mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05: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}";
|
||||
isNormalUser = true;
|
||||
hashedPasswordFile = sopsHashedPasswordFile; # Blank if sops is not working.
|
||||
linger = true;
|
||||
|
||||
extraGroups = lib.flatten [
|
||||
"wheel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue