diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix index 58443428c73a..34624c3f8b2d 100644 --- a/nixos/modules/services/home-automation/home-assistant.nix +++ b/nixos/modules/services/home-automation/home-assistant.nix @@ -1045,7 +1045,8 @@ in }; path = with pkgs; - lib.optionals (useComponent "picotts") [ pkgs.picotts ] + lib.optionals (useComponent "go2rtc") [ pkgs.go2rtc ] + ++ lib.optionals (useComponent "picotts") [ pkgs.picotts ] ++ lib.optionals (any useComponent componentsUsingPing) [ unixtools.ping ]; };