diff --git a/social/pleroma.nix b/social/pleroma.nix index 2d0327e..f91b5d1 100644 --- a/social/pleroma.nix +++ b/social/pleroma.nix @@ -18,7 +18,7 @@ in postgresql = { enable = true; package = pkgs.postgresql_12; - initialScript = "/etc/setup.psql"; + # initialScript = "/etc/setup.psql"; ensureDatabases = [ "pleroma" ];