about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fail2ban.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/fail2ban.nix b/fail2ban.nix
index d30f6b0..018d4d8 100644
--- a/fail2ban.nix
+++ b/fail2ban.nix
@@ -18,7 +18,7 @@
 
 { pkgs, ... }:
 {
-  services.jail2ban = {
+  services.fail2ban = {
     enable = true;
     bantime = "30m";
     bantime-increment = {
@@ -33,4 +33,4 @@
       };
     };
   };
-};
+}