nixos/fail2ban: others small update

This commit is contained in:
Izorkin
2023-05-03 08:45:26 +02:00
committed by pennae
parent 544ebba973
commit edb40b3e4f
+1 -1
View File
@@ -285,7 +285,7 @@ in
}
];
warnings = mkIf (config.networking.firewall.enable == false && config.networking.nftables.enable == false) [
warnings = mkIf (!config.networking.firewall.enable && !config.networking.nftables.enable) [
"fail2ban can not be used without a firewall"
];