hosts/lax-01: fix reference to fwBouncerLapiKey

This commit is contained in:
2025-11-09 18:22:29 -08:00
parent 7d131891f2
commit bc69a69ddb

View File

@@ -44,7 +44,7 @@
"borgmatic_pass/remote" = { };
"postgres_databases/authentik" = { };
"postgres_databases/healthchecks" = { };
"crowdsec/fwLapiKey" = { };
"crowdsec/fwBouncerLapiKey" = { };
"crowdsec/wafLapiKey" = {
owner = "traefik";
mode = "0400";
@@ -61,7 +61,7 @@
crowdsec-firewall-bouncer = {
enable = true;
apiKeyFile = config.sops.secrets."crowdsec/fwLapiKey".path;
apiKeyFile = config.sops.secrets."crowdsec/fwBouncerLapiKey".path;
};
crowdsec-traefik-bouncer = {