nextcloud: update configuration options

This commit is contained in:
Serĉanto de Scio 2024-02-07 02:17:07 +10:00
parent 06917aab82
commit 51ae6d2df5
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -51,11 +51,7 @@
ensureUsers = [
{
name = "nextcloud"; # Ensure the database user persists
ensurePermissions = {
# Ensure the database permissions persist
"DATABASE nextcloud" = "ALL PRIVILEGES";
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}
];
};