diff --git a/configuration.nix b/configuration.nix index 3a5d438..f24950e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -141,15 +141,6 @@ torsocks.enable = true; }; - services.openssh = { - enable = true; - settings = { - PasswordAuthentication = false; - KbdInteractiveAuthentication = false; - PermitRootLogin = "yes"; - }; - }; - networking.firewall.enable = true;