nixos/fail2ban: Remove reloadIfChanged = true
This makes the service fail when upgrading the package, so let's properly restart it instead.
This commit is contained in:
parent
593f8bde3c
commit
b4c069b147
@ -257,7 +257,6 @@ in
|
||||
partOf = optional config.networking.firewall.enable "firewall.service";
|
||||
|
||||
restartTriggers = [ fail2banConf jailConf pathsConf ];
|
||||
reloadIfChanged = true;
|
||||
|
||||
path = [ cfg.package cfg.packageFirewall pkgs.iproute2 ] ++ cfg.extraPackages;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user