From ec02d0b00e9954fb5f60904c33ab7c1411e0d44c Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 6 Jul 2023 18:56:01 +0900 Subject: [PATCH] Disable ssh opening the firewall --- services/openssh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/openssh.nix b/services/openssh.nix index 587d75a0..130441bf 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: { services.openssh = { enable = true; - openFirewall = true; settings = { LogLevel = "VERBOSE"; # Used for fail2ban monitoring PermitRootLogin = "no";