From 0d816ce4103ee9046e944e77fe94da2ba87da5a7 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Fri, 13 Dec 2024 08:33:12 -0500 Subject: [PATCH] Update home-assistant docker version --- machines/cj/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cj/home-assistant.nix b/machines/cj/home-assistant.nix index 8113d81..82efe19 100644 --- a/machines/cj/home-assistant.nix +++ b/machines/cj/home-assistant.nix @@ -1,6 +1,6 @@ serverIP : { - image = "ghcr.io/home-assistant/home-assistant:2023.11.2"; + image = "ghcr.io/home-assistant/home-assistant:2024.11.0"; #ports = [ #"8123:8123" #];