Disable postgre initial script

This commit is contained in:
inexcode 2022-07-15 18:42:47 +03:00
parent b6cb60302e
commit 5e000f850e

View file

@ -18,7 +18,7 @@ in
postgresql = {
enable = true;
package = pkgs.postgresql_12;
initialScript = "/etc/setup.psql";
# initialScript = "/etc/setup.psql";
ensureDatabases = [
"pleroma"
];