From aa48ffef1fe5641b7b4df1698568bcddd4e9e203 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 1 Dec 2023 20:46:29 -0800 Subject: [PATCH] removed ssh --- configuration.nix | 9 --------- 1 file changed, 9 deletions(-) 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;