Disable postgre initial script

pull/19/head
Inex Code 2022-07-15 18:42:47 +03:00
parent b6cb60302e
commit 5e000f850e
1 changed files with 1 additions and 1 deletions

View File

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