hosts/test-nixos: use path attr of secret for apiKeyFile
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
crowdsec-firewall-bouncer = {
|
||||
enable = true;
|
||||
apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey";
|
||||
apiKeyFile = config.sops.secrets."crowdsec/firewallBouncerLapiKey".path;
|
||||
};
|
||||
|
||||
base.userSSHKeys = [
|
||||
|
||||
Reference in New Issue
Block a user