mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-29 14:11:26 +00:00
Disable postgre initial script
This commit is contained in:
parent
b6cb60302e
commit
5e000f850e
|
@ -18,7 +18,7 @@ in
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.postgresql_12;
|
package = pkgs.postgresql_12;
|
||||||
initialScript = "/etc/setup.psql";
|
# initialScript = "/etc/setup.psql";
|
||||||
ensureDatabases = [
|
ensureDatabases = [
|
||||||
"pleroma"
|
"pleroma"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue