nix-ssh: Don't use a shell that refers to a store path

+1 -1
+1 -1
nixos/modules/services/misc/nix-ssh-serve.nix
··· 29 29 users.extraUsers.nix-ssh = { 30 30 description = "Nix SSH substituter user"; 31 31 uid = config.ids.uids.nix-ssh; 32 - shell = pkgs.stdenv.shell; 32 + useDefaultShell = true; 33 33 }; 34 34 35 35 services.openssh.enable = true;