diff options
Diffstat (limited to 'Biz/OsBase.nix')
-rw-r--r-- | Biz/OsBase.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/OsBase.nix b/Biz/OsBase.nix index 0ba3fca..bf29ada 100644 --- a/Biz/OsBase.nix +++ b/Biz/OsBase.nix @@ -20,5 +20,6 @@ services.openssh.openFirewall = true; services.openssh.forwardX11 = true; services.openssh.passwordAuthentication = false; + services.openssh.permitRootLogin = "prohibit-password"; system.autoUpgrade.enable = false; # 'true' breaks our nixpkgs pin } |