From c1387bfd22a006ca9457598f8110cc58bf935ae9 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Mon, 10 Oct 2022 18:31:21 +0200 Subject: [PATCH] More 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 32ff7ce..5597491 100644 --- a/containers/home-assistant.nix +++ b/containers/home-assistant.nix @@ -20,7 +20,7 @@ nglib.makeSystem { PATH = with pkgs; pkgs.lib.makeBinPath [ coreutils git ffmpeg bash ]; - } + }; }; services.home-assistant = {