hosts/lax-01: fix reference to fwBouncerLapiKey
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user