From ea8e8a25e949fc0b15a31e61ba403e5a37fa23f2 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 28 Mar 2022 16:37:01 +0200 Subject: [PATCH] Remove redundant localhost SSH --- modules/networking.nix | 9 --------- 1 file changed, 9 deletions(-) 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; - }; }