Skip to content

Commit

Permalink
general: enable lingering on users
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Apr 23, 2024
1 parent dbfc1c7 commit fe434d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/minimal-components/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ in
initialHashedPassword = lib.mkForce unixHashedPassword;
hashedPassword = lib.mkForce unixHashedPassword;
openssh.authorizedKeys.keys = sshKeys;
linger = true;
};
lantian = {
initialHashedPassword = lib.mkForce unixHashedPassword;
Expand All @@ -36,6 +37,7 @@ in
uid = 1000;
openssh.authorizedKeys.keys = sshKeys;
createHome = true;
linger = true;
};
container = {
uid = 65533;
Expand Down

0 comments on commit fe434d2

Please sign in to comment.