nix-ssh: Don't use a shell that refers to a store path
Eelco Dolstra 11 years ago 72af71d6 77dbe2f4
··· 29 29 users.extraUsers.nix-ssh = { 30 30 description = "Nix SSH substituter user"; 31 31 uid = config.ids.uids.nix-ssh; 32 32 - shell = pkgs.stdenv.shell; 32 32 + useDefaultShell = true; 33 33 }; 34 34 35 35 services.openssh.enable = true;