nixos-exporter: fix nkey file permissions
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m6s
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m6s
Set owner/group to nixos-exporter so the service can read the NATS credentials file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
vault.secrets.nixos-exporter-nkey = {
|
||||
secretPath = "shared/nixos-exporter/nkey";
|
||||
extractKey = "nkey";
|
||||
owner = "nixos-exporter";
|
||||
group = "nixos-exporter";
|
||||
};
|
||||
|
||||
services.prometheus.exporters.nixos = {
|
||||
|
||||
Reference in New Issue
Block a user