modules: secrets: fix permission for grafana
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3201445c08
commit
e805496588
|
@ -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