postgres: init grafana

This commit is contained in:
notohh 2023-06-19 08:18:30 -04:00
parent 45359315e5
commit 54dee8bf04
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -36,11 +36,16 @@
name = "miniflux";
ensurePermissions."DATABASE miniflux" = "ALL PRIVILEGES";
}
{
name = "grafana";
ensurePermissions."DATABASE grafana" = "ALL PRIVILEGES";
}
];
ensureDatabases = [
"forgejo"
"hedgedoc"
"miniflux"
"grafana"
];
};
}