summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix3
1 files changed, 1 insertions, 2 deletions
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 = {