Enables linger for all users.

This commit is contained in:
Bailey 2024-03-18 17:01:45 -04:00
parent 880b95d36f
commit eb30ac81f0

View file

@ -32,6 +32,7 @@ in {
isNormalUser = true;
extraGroups = [ "wheel" "dialout" ] ++ cfg.extraGroups;
initialPassword = "";
linger = true;
} // cfg.extraOptions;
users.defaultUserShell = pkgs.fish;