summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/linde.nix4
-rw-r--r--system/settings/darwin.nix1
2 files changed, 0 insertions, 5 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;
 
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix
index 9841c06c..b49fcf35 100644
--- a/system/settings/darwin.nix
+++ b/system/settings/darwin.nix
@@ -7,7 +7,6 @@
     ./configuration/nix.nix
   ];
   services.nix-daemon = {
-    enable = true;
     enableSocketListener = true;
   };