diff --git a/mastodon-container.nix b/mastodon-container.nix index d92b544..2996963 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -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"; };