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