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 = {
|
users.extraUsers.nix-ssh = {
|
||||||
description = "Nix SSH substituter user";
|
description = "Nix SSH substituter user";
|
||||||
uid = config.ids.uids.nix-ssh;
|
uid = config.ids.uids.nix-ssh;
|
||||||
shell = pkgs.stdenv.shell;
|
useDefaultShell = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user