diff --git a/modules/networking.nix b/modules/networking.nix index 1017045..1472e05 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -31,13 +31,4 @@ ]; }; }; - - # Enable localhost SSH - services.openssh = { - enable = true; - permitRootLogin = "yes"; - passwordAuthentication = false; - openFirewall = false; - startWhenNeeded = true; - }; }