about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/pixelfed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/pixelfed.nix')
-rw-r--r--nixos/modules/services/web-apps/pixelfed.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/pixelfed.nix b/nixos/modules/services/web-apps/pixelfed.nix
index 159fb52476aab..b0a25dcce9efe 100644
--- a/nixos/modules/services/web-apps/pixelfed.nix
+++ b/nixos/modules/services/web-apps/pixelfed.nix
@@ -271,7 +271,6 @@ in {
         ensureDatabases = [ cfg.database.name ];
         ensureUsers = [{
           name = user;
-          ensurePermissions = { };
         }];
       };