From a18a778ac200b088eace287162615fa33bdd3573 Mon Sep 17 00:00:00 2001 From: ant Date: Fri, 5 Sep 2025 12:53:54 +0200 Subject: [PATCH] enable fail2ban on hs --- os/hs/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/hs/configuration.nix b/os/hs/configuration.nix index 6a6d0db..2dab667 100644 --- a/os/hs/configuration.nix +++ b/os/hs/configuration.nix @@ -64,6 +64,8 @@ in { ]; networking.firewall.allowedUDPPorts = [ 25565 ]; + services.fail2ban.enable = true; + networking.interfaces.enp10s0.wakeOnLan.enable = true; systemd.services.ragnamod = { enable = false;