From 6ba7a63b254ffd79da5ebe714fcf03bfe71e8bb5 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 3 Sep 2023 12:53:24 +0200 Subject: [PATCH] modules: services: fail2ban: fix comment --- modules/services/fail2ban/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/fail2ban/default.nix b/modules/services/fail2ban/default.nix index d62b9e2..be5f7da 100644 --- a/modules/services/fail2ban/default.nix +++ b/modules/services/fail2ban/default.nix @@ -1,4 +1,4 @@ -# A minimalist, opinionated feed reader +# Filter and ban unauthorized access { config, lib, ... }: let cfg = config.my.services.fail2ban;