diff options
author | stuebinm | 2023-11-30 22:21:22 +0100 |
---|---|---|
committer | stuebinm | 2023-11-30 22:21:22 +0100 |
commit | d62e8cb43dd012187f4cdba5b106ce53016355da (patch) | |
tree | 5a02da21a667c187b34a11d8a395dfaa62996ac9 /flora | |
parent | 5a60b2cc554cae28bd85f22dfd6b90f1c67f45ba (diff) |
jump to nixos 23.11
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 2 |
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 |