diff --git a/nixos/queen/nextcloud.nix b/nixos/queen/nextcloud.nix index bf71f3a..f354f7c 100644 --- a/nixos/queen/nextcloud.nix +++ b/nixos/queen/nextcloud.nix @@ -65,7 +65,7 @@ ensureUsers = [ { name = "nextcloud"; - ensureDBOwnership."DATABASE nextcloud" = "ALL PRIVILEGES"; + ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES"; } ]; };