Skip to content

Commit

Permalink
users/yinfeng: auto subuid/gid (currently not working with userborn)
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Sep 25, 2024
1 parent 77ad656 commit 3512701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/profiles/users/yinfeng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ in
inherit uid;
hashedPasswordFile = config.sops.secrets."user-password/${name}".path;
isNormalUser = true;
autoSubUidGidRange = true;
shell = pkgs.fish;
home = homeDirectory;
extraGroups =
Expand Down

0 comments on commit 3512701

Please sign in to comment.