summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-02-13 21:10:05 +0100
committerAlan Pearce2025-02-13 21:10:05 +0100
commit6ed28adaa4e598e88566c9afee5aa9567383e3e3 (patch)
tree8fbc06c1cd177055b15c68ea1b4bb3cd8161ae04 /system/linde.nix
parent20d560a78a81e406a76220a36adc99cd112d12ff (diff)
downloadnixfiles-6ed28adaa4e598e88566c9afee5aa9567383e3e3.tar.lz
nixfiles-6ed28adaa4e598e88566c9afee5aa9567383e3e3.tar.zst
nixfiles-6ed28adaa4e598e88566c9afee5aa9567383e3e3.zip
remove unnecessary settings (already default)
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;