🔐 grafana secret key

This commit is contained in:
2026-04-01 16:01:50 -04:00
parent f716bf6d19
commit 24aa5d82d8
3 changed files with 23 additions and 23 deletions

View File

@@ -126,6 +126,7 @@ in
sops.secrets = {
filesystems-parthenon = { };
grafana-secret-key = { };
upsmon = { };
};
@@ -157,6 +158,9 @@ in
grafana = {
enable = true;
settings = {
security = {
secret_key = "$__file{${secrets.grafana-secret-key.path}}";
};
server = {
domain = "plato.walkah.lab";
http_port = 2342;