From 04a5481eae0379165dcfc4b6ca70ef66d1d33d62 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 16 Jul 2024 09:01:17 -0700 Subject: Close SSH through firewall by default --- hosts/common/optional/services/openssh.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/common/optional/services/openssh.nix') diff --git a/hosts/common/optional/services/openssh.nix b/hosts/common/optional/services/openssh.nix index 33cdbac..424d3bf 100644 --- a/hosts/common/optional/services/openssh.nix +++ b/hosts/common/optional/services/openssh.nix @@ -1,7 +1,6 @@ { services.openssh = { enable = true; - openFirewall = true; settings = { KbdInteractiveAuthentication = false; PasswordAuthentication = false; -- cgit v1.2.3