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" ]; }; };