summaryrefslogtreecommitdiff
path: root/flora/services
diff options
context:
space:
mode:
authorstuebinm2023-11-30 22:21:22 +0100
committerstuebinm2023-11-30 22:21:22 +0100
commitd62e8cb43dd012187f4cdba5b106ce53016355da (patch)
tree5a02da21a667c187b34a11d8a395dfaa62996ac9 /flora/services
parent5a60b2cc554cae28bd85f22dfd6b90f1c67f45ba (diff)
jump to nixos 23.11
Diffstat (limited to 'flora/services')
-rw-r--r--flora/services/akkoma.nix2
1 files changed, 1 insertions, 1 deletions
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