From cb2a9f0c6e2adbcdd11bed419c289f794ee5984b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Dec 2024 09:52:59 +0000 Subject: [PATCH] Change image tag for home-assistant to stable --- system/services/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/services/home-assistant.nix b/system/services/home-assistant.nix index cd8b11b6..3c9564ca 100644 --- a/system/services/home-assistant.nix +++ b/system/services/home-assistant.nix @@ -9,7 +9,7 @@ "/var/lib/syncthing/Music:/music" ]; environment.TZ = config.time.timeZone; - image = "ghcr.io/home-assistant/home-assistant:2024.12"; + image = "ghcr.io/home-assistant/home-assistant:stable"; extraOptions = [ "--network=host" ]; }; };