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

This commit is contained in:
Eelco Dolstra 2014-07-25 13:42:44 +02:00
parent 77dbe2f46e
commit 72af71d626

View file

@ -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;