🛂 grafana secret permissions

This commit is contained in:
2026-04-01 17:31:28 -04:00
parent 24aa5d82d8
commit 6fef08d5fb
2 changed files with 6 additions and 4 deletions

6
flake.lock generated
View File

@@ -81,11 +81,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1775047159, "lastModified": 1775077327,
"narHash": "sha256-UWM4VZvfKaPwA9FMu7iZha5YAE8vsEtUazk+rFxmbTY=", "narHash": "sha256-GtyG1JLfu8Nxr/aRsWv0qlPgcDuU8CHV/kaoUD5gw/A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1ce9e62690dfdd7e76bd266ccb9a887778410eb2", "rev": "51f49da12cb58883cc2c12d2b30ba211e5fd6532",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -126,7 +126,9 @@ in
sops.secrets = { sops.secrets = {
filesystems-parthenon = { }; filesystems-parthenon = { };
grafana-secret-key = { }; grafana-secret-key = {
owner = "grafana";
};
upsmon = { }; upsmon = { };
}; };