Ensure database gotosocial
This commit is contained in:
parent
7fa997ec94
commit
12f26c89ae
|
@ -7,7 +7,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# Ensure the database, user, and permissions always exist
|
# Ensure the database, user, and permissions always exist
|
||||||
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
ensureDatabases = [
|
||||||
|
"nextcloud"
|
||||||
|
"onlyoffice"
|
||||||
|
"akkoma"
|
||||||
|
"gotosocial"
|
||||||
|
];
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "nextcloud";
|
name = "nextcloud";
|
||||||
|
|
Loading…
Reference in a new issue