WIP: Got Grafana Working

This commit is contained in:
2026-04-10 23:28:34 +02:00
parent ba3b1b4bb1
commit af52ae263e
3 changed files with 50 additions and 16 deletions

View File

@@ -4,6 +4,10 @@
defaultSopsFile = ../secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "/home/${primaryUser}/.config/nix/secrets/keys.txt";
grafana_secret_key = { };
secrets = {
grafana_secret_key = {
owner = "grafana";
};
};
};
}