summary refs log tree commit diff stats
path: root/system/impermanence/mods/fail2ban.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/impermanence/mods/fail2ban.nix')
-rw-r--r--system/impermanence/mods/fail2ban.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/impermanence/mods/fail2ban.nix b/system/impermanence/mods/fail2ban.nix
deleted file mode 100644
index a817876..0000000
--- a/system/impermanence/mods/fail2ban.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{...}: {
-  environment.persistence."/srv".directories = [
-    {
-      directory = "/var/lib/fail2ban";
-      user = "fail2ban";
-      group = "fail2ban";
-      mode = "0700";
-    }
-  ];
-}