From c997b03f4ffe85d149302597f3b39c0588b06c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 2 Jul 2025 22:58:24 -0300 Subject: [PATCH] network: add fail2ban service --- system/network.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/network.nix b/system/network.nix index e280ff5..a54e49e 100644 --- a/system/network.nix +++ b/system/network.nix @@ -26,6 +26,8 @@ }; }; + services.fail2ban.enable = true; + # Workaround for nm-wait-online hanging?? # Ref: https://github.com/NixOS/nixpkgs/issues/180175 systemd.services.NetworkManager-wait-online = {