From e23d075bb21e742d7e7a3ec7919587a81cf3ce89 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 26 Nov 2023 15:35:25 -0800 Subject: [PATCH] See if I can type 'description' this time --- frigate-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate-container.nix b/frigate-container.nix index e17b132..55afc5c 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -170,7 +170,7 @@ in { password-file = mkOption { type = str; - descriptionq = + description = "File containing password with which to authenticate to MQTT server."; }; };