postgres: add attic

This commit is contained in:
notohh 2023-07-02 20:09:49 -04:00
parent d21fcb99d9
commit 739195edac
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -44,6 +44,10 @@
name = "authelia";
ensurePermissions."DATABASE authelia" = "ALL PRIVILEGES";
}
{
name = "atticd";
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
}
];
ensureDatabases = [
"forgejo"
@ -51,6 +55,7 @@
"miniflux"
"grafana"
"authelia"
"atticd"
];
};
}