From 3b1525c6423db76d95c8693e3d8d9f768f8d7471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 31 Jul 2025 16:44:09 +0200 Subject: nixos/homeassistant: use latest not stable --- nixos/modules/homeassistant.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'nixos/modules') diff --git a/nixos/modules/homeassistant.nix b/nixos/modules/homeassistant.nix index 000e6c4..f7ebe9c 100644 --- a/nixos/modules/homeassistant.nix +++ b/nixos/modules/homeassistant.nix @@ -25,13 +25,9 @@ in { containers.homeassistant = { volumes = ["home-assistant:/config" "/run/dbus:/run/dbus:ro"]; environment.TZ = "Europe/Prague"; - image = "ghcr.io/home-assistant/armv7-homeassistant:stable"; + image = "ghcr.io/home-assistant/armv7-homeassistant:latest"; extraOptions = - [ - "--privileged" - "--pull=always" - "--network=host" - ] + ["--privileged" "--network=host"] ++ cnf.extraOptions; }; }; -- cgit v1.2.3