mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
add wakapi
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
|
||||
ensureDatabases = [
|
||||
"plausible"
|
||||
"wakapi"
|
||||
];
|
||||
ensureUsers = [
|
||||
{
|
||||
@ -25,6 +26,10 @@
|
||||
name = "plausible";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "wakapi";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
|
||||
checkConfig = true;
|
||||
|
Reference in New Issue
Block a user