Browse Source

groups

master
Juni Kim 2 years ago
parent
commit
9e77585e03
  1. 2
      users.nix

2
users.nix

@ -12,7 +12,7 @@ in
name: passwd: {
isNormalUser = true;
home = "/server/current/${name}";
groups = [ "current" ];
extraGroups = [ "current" ];
shell = pkgs.bash;
password = passwd;
};

Loading…
Cancel
Save