From 3d3acc6f20c6d43ccd50ef9680ece9b023f6773c 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..fe957b0 100644 --- a/os/hs/configuration.nix +++ b/os/hs/configuration.nix @@ -64,6 +64,8 @@ in { ]; networking.firewall.allowedUDPPorts = [ 25565 ]; + services.fail2banenable = true; + networking.interfaces.enp10s0.wakeOnLan.enable = true; systemd.services.ragnamod = { enable = false;