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