diff --git a/modules/global/nix.nix b/modules/global/nix.nix index 621e91d..a6edaf7 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -104,6 +104,7 @@ with lib; users.users.remotebuild = { description = "Unprivledged user for Nix remote builds"; isNormalUser = true; + createHome = false; openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys; group = "remotebuild"; };