From ac27521d022b5402c15d389bf0ec1515b52638bd Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 27 Jun 2024 19:39:48 +0200 Subject: log bad actors --- common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index ec4d0a2..e167a01 100644 --- a/common.nix +++ b/common.nix @@ -139,10 +139,9 @@ in # allow all firmware hardware.enableAllFirmware = true; - # ensure firewall is up, allow ssh and http in + # ensure firewall is up, allow ssh in networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [ 22 ]; - networking.firewall.logRefusedConnections = false; # OpenSSH daemon config services.openssh = { -- cgit v1.2.3