fixed depreciation warning

This commit is contained in:
Nickiel12 2023-12-17 19:24:49 -08:00
parent 4379937a82
commit b88ef49981

View file

@ -59,7 +59,7 @@
ensureUsers = [ ensureUsers = [
{ {
name = "nextcloud"; name = "nextcloud";
ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES"; ensureDBOwnership = true;
} }
]; ];
authentication = lib.mkForce '' authentication = lib.mkForce ''