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