fixing postgres warning

This commit is contained in:
quitte 2024-04-29 17:10:35 +02:00
parent 3f47b32983
commit d92eff80ce

View file

@ -28,9 +28,7 @@ in
ensureUsers = [
{
name = "grafana";
ensurePermissions = {
"DATABASE grafana" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}
];
ensureDatabases = [ "grafana" ];