From 7815ef2a22e3ae684852f1f28cedae6354263034 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 8 Jul 2023 13:53:11 +0200 Subject: Fix(treewide): Move all persistent dirs to impermanence to set permissions --- system/impermanence/mods/fail2ban.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/impermanence/mods/fail2ban.nix (limited to 'system/impermanence/mods/fail2ban.nix') diff --git a/system/impermanence/mods/fail2ban.nix b/system/impermanence/mods/fail2ban.nix new file mode 100644 index 0000000..a817876 --- /dev/null +++ b/system/impermanence/mods/fail2ban.nix @@ -0,0 +1,10 @@ +{...}: { + environment.persistence."/srv".directories = [ + { + directory = "/var/lib/fail2ban"; + user = "fail2ban"; + group = "fail2ban"; + mode = "0700"; + } + ]; +} -- cgit 1.4.1