log bad actors
This commit is contained in:
parent
1d06a2b511
commit
ac27521d02
|
@ -139,10 +139,9 @@ in
|
||||||
# allow all firmware
|
# allow all firmware
|
||||||
hardware.enableAllFirmware = true;
|
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.enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
networking.firewall.logRefusedConnections = false;
|
|
||||||
|
|
||||||
# OpenSSH daemon config
|
# OpenSSH daemon config
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Reference in a new issue