hosts/test-nixos: disable crowdsec-firewall-bouncer

This commit is contained in:
2025-11-09 20:14:20 -08:00
parent 0be7d44784
commit afc111a983

View File

@@ -22,7 +22,7 @@
};
crowdsec-firewall-bouncer = {
enable = true;
enable = false;
apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey".path;
};