From e9b8c90f26f3e1214335e110ad4f0b863b1a085c Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 10 Oct 2022 17:48:19 +0200 Subject: [PATCH] Home Assistant camera support Signed-off-by: Magic_RB --- containers/home-assistant.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/containers/home-assistant.nix b/containers/home-assistant.nix index bec9d6b..32ff7ce 100644 --- a/containers/home-assistant.nix +++ b/containers/home-assistant.nix @@ -16,6 +16,11 @@ nglib.makeSystem { init.services.home-assistant = { shutdownOnExit = true; + environment = { + PATH = with pkgs; pkgs.lib.makeBinPath [ + coreutils git ffmpeg bash + ]; + } }; services.home-assistant = { @@ -78,6 +83,7 @@ nglib.makeSystem { "history" "ssdp" "mqtt" + "stream" ]; extraPackages = ps: with ps; [ xmodem