From 0314578c32d8a1f62419af4f08e5fd07c8cdb853 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Sun, 9 Nov 2025 17:58:48 -0800 Subject: [PATCH] hosts/test-nixos: use path attr of secret for apiKeyFile --- hosts/test-nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/test-nixos/default.nix b/hosts/test-nixos/default.nix index 5ed97a3..1565c08 100644 --- a/hosts/test-nixos/default.nix +++ b/hosts/test-nixos/default.nix @@ -23,7 +23,7 @@ crowdsec-firewall-bouncer = { enable = true; - apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey"; + apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey".path; }; base.userSSHKeys = [