From 485142a276217f159b5ef0c3ffb59d509d316263 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 3 Sep 2023 12:07:03 -0700 Subject: [PATCH] Bad nesting of brackets --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index b90dd09..0d6ba01 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -249,7 +249,7 @@ in { DB_USER = "mastodon"; DB_NAME = "mastodon"; DB_PASS = databasePasswd; - }) // cfg.environment; + } // cfg.environment); target-file = "/run/mastodon/mastodon.env"; }; };