allow default user to linger

This commit is contained in:
TheWanderingCrow 2025-08-19 17:36:42 -04:00
parent 8f6e9b2bc2
commit 87b1ebb8be

View file

@ -20,6 +20,7 @@ in {
home = "/home/${hostSpec.username}";
isNormalUser = true;
hashedPasswordFile = sopsHashedPasswordFile; # Blank if sops is not working.
linger = true;
extraGroups = lib.flatten [
"wheel"