Added Grafana Secret Key

This commit is contained in:
2026-04-10 22:33:52 +02:00
parent 18b914f3d5
commit ba3b1b4bb1
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
{ primaryUser, ... }: {
{ primaryUser, ... }:
{
sops = {
defaultSopsFile = ../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/${primaryUser}/.config/nix/secrets/keys.txt";
grafana_secret_key = { };
};
}