stalwart: init
This commit is contained in:
parent
3c044ef8ee
commit
9edc2a4ad4
2 changed files with 153 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue