log bad actors

This commit is contained in:
Christoph Cullmann 2024-06-27 19:39:48 +02:00
parent 1d06a2b511
commit ac27521d02
No known key found for this signature in database

View file

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