From 92158d0f0caf16f3927873645857da8afcf36d3b Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 26 Nov 2023 15:31:20 -0800 Subject: [PATCH] Correct 'descirption' typo --- frigate-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate-container.nix b/frigate-container.nix index 29400e9..7fa6c0e 100644 --- a/frigate-container.nix +++ b/frigate-container.nix @@ -170,7 +170,7 @@ in { password-file = mkOption { type = str; - descirption = + description = "File containing password with which to authenticate to MQTT server."; }; };