From fe63dea18864dbd4499b752a38c45ce3805ffcbf Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 23 Nov 2024 13:48:06 +0700 Subject: [PATCH] :wastebasket: cleanup --- features/network/fail2ban.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/features/network/fail2ban.nix b/features/network/fail2ban.nix index a961e51..adc66e7 100644 --- a/features/network/fail2ban.nix +++ b/features/network/fail2ban.nix @@ -16,7 +16,6 @@ with lib; environment.systemPackages = [ pkgs.fail2ban ]; services.fail2ban = { enable = true; - #package = pkgs.legacy_2311.fail2ban; jails = { }; }; })