Update to logic. Added postrun actions. Have to work on postinstall script.

This commit is contained in:
Raphaël Numbus
2025-12-22 16:45:31 +01:00
parent fb751ca89b
commit 9559b232dc
5 changed files with 99 additions and 26 deletions
+2 -2
View File
@@ -38,7 +38,7 @@
# TPM2 PCR check
# systemIdentity.enable = true;
# systemIdentity.pcr15 = null;
# systemIdentity.pcr15 = "PCR_HASH";
# Timezone
time.timeZone = "Europe/Paris";
@@ -116,7 +116,7 @@
description = "Numbus Admin";
extraGroups = [ "networkmanager" "wheel" "docker" ];
uid = 1000;
initialPassword = "nixos-at-numbus";
initialPassword = "changeMe!";
};
# Login message
+1 -1
View File
@@ -55,7 +55,7 @@ in
### --> SMART disk heath
services.smartd = {
enable = true;
defaults.autodetected = "-a -o on -S on -s (S/../.././02|L/../../6/03) -n standby,q";
defaults.autodetected = "-a -o on -S on -s (S/../.././00|L/../../6/01) -n standby,q";
notifications = {
wall = {
enable = true;