forked from mirrors/nixpkgs
nix-ssh: Don't use a shell that refers to a store path
This commit is contained in:
parent
77dbe2f46e
commit
72af71d626
|
@ -29,7 +29,7 @@ with lib;
|
|||
users.extraUsers.nix-ssh = {
|
||||
description = "Nix SSH substituter user";
|
||||
uid = config.ids.uids.nix-ssh;
|
||||
shell = pkgs.stdenv.shell;
|
||||
useDefaultShell = true;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
|
Loading…
Reference in a new issue