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 = {