From 511132f23f0ecbc187a79d33935d0ea4bf36938e Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 10 Oct 2022 18:34:33 +0200 Subject: [PATCH] HASS Signed-off-by: Magic_RB --- containers/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/home-assistant.nix b/containers/home-assistant.nix index 5597491..022ab96 100644 --- a/containers/home-assistant.nix +++ b/containers/home-assistant.nix @@ -18,7 +18,7 @@ nglib.makeSystem { shutdownOnExit = true; environment = { PATH = with pkgs; pkgs.lib.makeBinPath [ - coreutils git ffmpeg bash + coreutils git ffmpeg bash runit ]; }; };