services/grafana: init

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit bbe481be8a
2 changed files with 66 additions and 0 deletions

View file

@ -27,6 +27,7 @@ in {
ensureDatabases = [
"git"
"grafana"
];
ensureUsers = [
@ -44,6 +45,10 @@ in {
name = "git";
ensureDBOwnership = true;
}
{
name = "grafana";
ensureDBOwnership = true;
}
];
settings = {
# taken from https://pgconfigurator.cybertec.at/