modules: secrets: fix permission for grafana
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-09-26 22:51:13 +02:00
parent 3201445c08
commit e805496588

View file

@ -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