Oops, wrong nesting

This commit is contained in:
niten 2023-07-26 16:52:23 -07:00
parent e5c44d3bd8
commit 6fbab3a434
1 changed files with 2 additions and 4 deletions

View File

@ -220,10 +220,8 @@ in {
target-file = "/run/mastodon/common.env";
};
postgresEnv = {
source-file = makeEnvFile {
DB_HOST = "/var/run/postgresql";
target-file = "/run/mastodon/postgres.env";
};
source-file = makeEnvFile { DB_HOST = "/var/run/postgresql"; };
target-file = "/run/mastodon/postgres.env";
};
mastodonEnv = {
source-file = makeEnvFile { DB_HOST = "postgres"; };