Never mind the postgres thing, ignore the warning

This commit is contained in:
Lillian Violet 2023-11-23 15:07:11 +01:00
parent cdec8f4ce2
commit fe4856bb53

View file

@ -65,7 +65,7 @@
ensureUsers = [ ensureUsers = [
{ {
name = "nextcloud"; name = "nextcloud";
ensureDBOwnership."DATABASE nextcloud" = "ALL PRIVILEGES"; ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
} }
]; ];
}; };