From 5e000f850e3ec5e6b5575aa21aee1176c3ea1b5c Mon Sep 17 00:00:00 2001 From: inexcode Date: Fri, 15 Jul 2022 18:42:47 +0300 Subject: [PATCH] Disable postgre initial script --- social/pleroma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];