From 6fbab3a434258d8f133ff8da87e01fee007a77e8 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 26 Jul 2023 16:52:23 -0700 Subject: [PATCH] Oops, wrong nesting --- mastodon-container.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"; };