mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-28 16:57:59 -04:00
allow default user to linger
This commit is contained in:
parent
8f6e9b2bc2
commit
87b1ebb8be
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ in {
|
||||||
home = "/home/${hostSpec.username}";
|
home = "/home/${hostSpec.username}";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
hashedPasswordFile = sopsHashedPasswordFile; # Blank if sops is not working.
|
hashedPasswordFile = sopsHashedPasswordFile; # Blank if sops is not working.
|
||||||
|
linger = true;
|
||||||
|
|
||||||
extraGroups = lib.flatten [
|
extraGroups = lib.flatten [
|
||||||
"wheel"
|
"wheel"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue