stalwart: init

This commit is contained in:
Bloxx12 2025-05-22 09:44:38 +02:00
commit 9edc2a4ad4
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 153 additions and 0 deletions

View file

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