diff --git a/hosts/lax-01/default.nix b/hosts/lax-01/default.nix index c59e1fa..6a829a1 100644 --- a/hosts/lax-01/default.nix +++ b/hosts/lax-01/default.nix @@ -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 = {