diff --git a/services/fail2ban.nix b/services/fail2ban.nix index 7e305b05..bd32e170 100644 --- a/services/fail2ban.nix +++ b/services/fail2ban.nix @@ -17,6 +17,6 @@ # The SystemD Unit file configuration systemd.services.fail2ban = { - postStart = "chown root:telegraf /var/run/fail2ban/fail2ban.socket" + postStart = "chown root:telegraf /var/run/fail2ban/fail2ban.socket"; }; } \ No newline at end of file