nixos-exporter: use nkeySeedFile option
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m26s

Use the new nkeySeedFile option instead of credentialsFile for NATS
authentication.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-09 00:34:22 +01:00
parent a8e558a6b7
commit 4091e51f41

View File

@@ -36,7 +36,7 @@
nats = {
enable = true;
url = "nats://nats1.home.2rjus.net:4222";
credentialsFile = "/run/secrets/nixos-exporter-nkey";
nkeySeedFile = "/run/secrets/nixos-exporter-nkey";
};
};
};