summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-06-27 19:39:48 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-06-27 19:39:48 +0200
commitac27521d022b5402c15d389bf0ec1515b52638bd (patch)
treea1288e01e1130c4c326e7aa147cd33467559a741
parent1d06a2b511954ee69a38bd8c36d1bf3852225d17 (diff)
log bad actors
-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 = {