From d62e8cb43dd012187f4cdba5b106ce53016355da Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 30 Nov 2023 22:21:22 +0100 Subject: jump to nixos 23.11 --- flora/services/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flora/services/akkoma.nix') diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index ec655a2..51b9950 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -163,7 +163,7 @@ in ensureDatabases = [ "pleroma" ]; ensureUsers = [ { name = "pleroma"; - ensurePermissions."DATABASE pleroma" = "ALL PRIVILEGES"; + ensureDBOwnership = true; } ]; # give pleroma access. must be done with lib.mkForce, for some reason -- cgit v1.2.3