From bc69a69ddb44f9587590e2f7221341fba2863dda Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 9 Nov 2025 18:22:29 -0800 Subject: [PATCH] hosts/lax-01: fix reference to fwBouncerLapiKey --- hosts/lax-01/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {