enable fail2ban on hs
All checks were successful
/ build-all (push) Successful in 1m19s

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

View file

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