modules: secrets: fix permission for grafana
This commit is contained in:
parent
b9786398a7
commit
55541abd17
|
@ -28,7 +28,10 @@ in
|
||||||
|
|
||||||
"miniflux/credentials.age".publicKeys = all;
|
"miniflux/credentials.age".publicKeys = all;
|
||||||
|
|
||||||
"monitoring/password.age".publicKeys = all;
|
"monitoring/password.age" = {
|
||||||
|
owner = "grafana";
|
||||||
|
publicKeys = all;
|
||||||
|
};
|
||||||
|
|
||||||
"nextcloud/password.age" = {
|
"nextcloud/password.age" = {
|
||||||
# Must be readable by the service
|
# Must be readable by the service
|
||||||
|
|
Loading…
Reference in a new issue