❄️ Dotfiles for our NixOS system configuration.

fix(services:fail2ban): use systemd backend for logs

Chloe 06713bdf 90a9661c

Changed files
+1 -2
services
fail2ban
+1 -2
services/fail2ban/default.nix
···
enabled = true;
port = "ssh";
filter = "sshd";
-
logpath = "%(syslog_authpriv)s";
-
backend = "auto";
+
backend = "systemd";
maxretry = 5;
findtime = "3600";
bantime = "86400";