From 51ae6d2df5a451cb8772302dd82876ca612afdb2 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 7 Feb 2024 02:17:07 +1000 Subject: [PATCH] nextcloud: update configuration options --- profiles/nextcloud.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/nextcloud.nix b/profiles/nextcloud.nix index f4f23c7..d140b2d 100644 --- a/profiles/nextcloud.nix +++ b/profiles/nextcloud.nix @@ -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; } ]; };