From cb91ca8d2d1923f2742822fd13b9b9302b2be2b6 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 26 Nov 2023 16:37:42 -0800 Subject: [PATCH] env_file should be a list --- frigate-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate-container.nix b/frigate-container.nix index 17d288a..23a5b39 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -215,7 +215,7 @@ in { "${cfg.ports.webrtc}:8555/tcp" "${cfg.ports.webrtc}:8555/udp" ]; - env_file = hostSecrets.frigateEnv.target-file; + env_file = [ hostSecrets.frigateEnv.target-file ]; }; }; };