services: plausible: init
This commit is contained in:
parent
5984b39f69
commit
9deefd02e5
2 changed files with 44 additions and 0 deletions
|
@ -29,6 +29,7 @@ in {
|
|||
"git"
|
||||
"grafana"
|
||||
"stalwart"
|
||||
"plausible"
|
||||
];
|
||||
|
||||
ensureUsers = [
|
||||
|
@ -54,6 +55,10 @@ in {
|
|||
name = "stalwart";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "plausible";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
settings = {
|
||||
# taken from https://pgconfigurator.cybertec.at/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue