From fe4856bb5384e80b7951a2a8229e0600c8ce0f1e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 23 Nov 2023 15:07:11 +0100 Subject: [PATCH] Never mind the postgres thing, ignore the warning --- nixos/queen/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } ]; };