From db3a099d3403307f90cd0affbf08575a4bbf2686 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 26 Nov 2023 16:46:15 -0800 Subject: [PATCH] Get more specific with detectors type... --- frigate-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate-container.nix b/frigate-container.nix index 9b3b56d..6257414 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -127,7 +127,7 @@ in { }; detectors = mkOption { - type = attrsOf (attrsOf any); + type = attrsOf (attrsOf str); default = { }; };