modules: secrets: fix permission for grafana

This commit is contained in:
Bruno BELANYI 2021-09-26 22:51:13 +02:00
parent b9786398a7
commit 55541abd17
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ in
"miniflux/credentials.age".publicKeys = all;
"monitoring/password.age".publicKeys = all;
"monitoring/password.age" = {
owner = "grafana";
publicKeys = all;
};
"nextcloud/password.age" = {
# Must be readable by the service