diff --git a/nixos/modules/deployment.nix b/nixos/modules/deployment.nix index 4b03ff349dae9329577a63ff0fd3569c1843b8dd..22f56c7b01e242c6592d1ad8a8685fcf9549f2b6 100755 --- a/nixos/modules/deployment.nix +++ b/nixos/modules/deployment.nix @@ -47,7 +47,7 @@ in { # Configure the deployment user. users.users.deployment = { # Without some shell no login is possible at all, even to execute our - # restricted command. + # single non-restricted command. useDefaultShell = true; # Without a home directory, lots of tools break.