[nidaros] Update nidaros config

This commit is contained in:
2025-10-14 18:24:56 +02:00
parent 7ef07ac32a
commit 33f99f1406
6 changed files with 10 additions and 7 deletions

View File

@@ -5,9 +5,11 @@
(relativeToBase "modules")
./boot.nix
./hardware.nix
./security
];
# Temp fix to not override password until sops have been implemented
users.mutableUsers = lib.mkForce true;
users.users.${systemConfig.username}.hashedPasswordFile = lib.mkForce null;
}