hosts/test-nixos: use path attr of secret for apiKeyFile

This commit is contained in:
2025-11-09 17:58:48 -08:00
parent 227effc5bd
commit 0314578c32

View File

@@ -23,7 +23,7 @@
crowdsec-firewall-bouncer = {
enable = true;
apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey";
apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey".path;
};
base.userSSHKeys = [