enable fail2ban on hs
Some checks failed
/ build-all (push) Failing after 23s

This commit is contained in:
ant 2025-09-05 12:53:54 +02:00
parent 176701fe87
commit 3d3acc6f20

View file

@ -64,6 +64,8 @@ in {
];
networking.firewall.allowedUDPPorts = [ 25565 ];
services.fail2banenable = true;
networking.interfaces.enp10s0.wakeOnLan.enable = true;
systemd.services.ragnamod = {
enable = false;