hosts/lax-01: fix reference to fwBouncerLapiKey
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
"borgmatic_pass/remote" = { };
|
"borgmatic_pass/remote" = { };
|
||||||
"postgres_databases/authentik" = { };
|
"postgres_databases/authentik" = { };
|
||||||
"postgres_databases/healthchecks" = { };
|
"postgres_databases/healthchecks" = { };
|
||||||
"crowdsec/fwLapiKey" = { };
|
"crowdsec/fwBouncerLapiKey" = { };
|
||||||
"crowdsec/wafLapiKey" = {
|
"crowdsec/wafLapiKey" = {
|
||||||
owner = "traefik";
|
owner = "traefik";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
crowdsec-firewall-bouncer = {
|
crowdsec-firewall-bouncer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
apiKeyFile = config.sops.secrets."crowdsec/fwLapiKey".path;
|
apiKeyFile = config.sops.secrets."crowdsec/fwBouncerLapiKey".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
crowdsec-traefik-bouncer = {
|
crowdsec-traefik-bouncer = {
|
||||||
|
|||||||
Reference in New Issue
Block a user