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