services: plausible: init

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

View file

@ -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/