summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 57921916..cc74c9bb 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -80,13 +80,9 @@ in
   users.users.root.initialHashedPassword = "";
   services.openssh = {
     enable = true;
-    settings = {
-      PermitRootLogin = "without-password";
-    };
   };
   services.sshguard = {
     enable = true;
-    services = [ "sshd" ];
   };
   programs.mosh.enable = true;