Maybe also comment out the ensure bs
This commit is contained in:
parent
ad81538e32
commit
e680d3a088
|
@ -95,20 +95,20 @@
|
||||||
|
|
||||||
# Ensure the database, user, and permissions always exist
|
# Ensure the database, user, and permissions always exist
|
||||||
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
ensureDatabases = ["nextcloud" "onlyoffice" "akkoma"];
|
||||||
ensureUsers = [
|
# ensureUsers = [
|
||||||
{
|
# {
|
||||||
name = "nextcloud";
|
# name = "nextcloud";
|
||||||
ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
|
# ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "onlyoffice";
|
# name = "onlyoffice";
|
||||||
ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
|
# ensurePermissions."DATABASE onlyoffice" = "ALL PRIVILEGES";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "akkoma";
|
# name = "akkoma";
|
||||||
ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
|
# ensurePermissions."DATABASE akkoma" = "ALL PRIVILEGES";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.aria2 = {
|
services.aria2 = {
|
||||||
|
|
Loading…
Reference in a new issue