Oops, wrong nesting
This commit is contained in:
parent
e5c44d3bd8
commit
6fbab3a434
|
@ -220,11 +220,9 @@ in {
|
||||||
target-file = "/run/mastodon/common.env";
|
target-file = "/run/mastodon/common.env";
|
||||||
};
|
};
|
||||||
postgresEnv = {
|
postgresEnv = {
|
||||||
source-file = makeEnvFile {
|
source-file = makeEnvFile { DB_HOST = "/var/run/postgresql"; };
|
||||||
DB_HOST = "/var/run/postgresql";
|
|
||||||
target-file = "/run/mastodon/postgres.env";
|
target-file = "/run/mastodon/postgres.env";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
mastodonEnv = {
|
mastodonEnv = {
|
||||||
source-file = makeEnvFile { DB_HOST = "postgres"; };
|
source-file = makeEnvFile { DB_HOST = "postgres"; };
|
||||||
target-file = "/run/mastodon/mastodon.env";
|
target-file = "/run/mastodon/mastodon.env";
|
||||||
|
|
Loading…
Reference in New Issue