From e6e9e943a2226e16f55f8283c315d53e94c045c9 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 7 Feb 2024 02:24:29 +1000 Subject: [PATCH] matrix: update configuration options --- profiles/matrix.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/matrix.nix b/profiles/matrix.nix index 16727af..4ddb145 100644 --- a/profiles/matrix.nix +++ b/profiles/matrix.nix @@ -129,11 +129,7 @@ ensureUsers = [ { name = "matrix-synapse"; # Ensure the database user persists - ensurePermissions = { - # Ensure the database permissions persist - "DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES"; - "ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES"; - }; + ensureDBOwnership = true; } ]; # Initial database creation