postgres: add authelia

This commit is contained in:
notohh 2023-06-19 19:04:38 -04:00
parent c170ecf7ac
commit 314170d267
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -40,12 +40,17 @@
name = "grafana";
ensurePermissions."DATABASE grafana" = "ALL PRIVILEGES";
}
{
name = "authelia";
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
}
];
ensureDatabases = [
"forgejo"
"hedgedoc"
"miniflux"
"grafana"
"authelia"
];
};
}