diff --git a/utils/modules/home-assistant/new.nix b/utils/modules/home-assistant/new.nix index f5b2022..fd16976 100644 --- a/utils/modules/home-assistant/new.nix +++ b/utils/modules/home-assistant/new.nix @@ -14,12 +14,13 @@ #}; }; }; + virtualisation.oci-containers = { backend = "podman"; containers.homeassistant = { volumes = [ "home-assistant:/config" ]; environment.TZ = "Europe/Vienna"; - image = "ghcr.io/home-assistant/home-assistant:sha256:17667d8849f01fb8a34f2eecff79beb50be0394928c8c4b64853648472ebee38"; # Warning: if the tag does not change, the image will not be updated + image = "ghcr.io/home-assistant/home-assistant:2023.7.3"; extraOptions = [ "--network=host" "--device=/dev/serial/by-id/usb-EnOcean_GmbH_EnOcean_USB_300_DC_FT5OI9YG-if00-port0:/dev/serial/by-id/usb-EnOcean_GmbH_EnOcean_USB_300_DC_FT5OI9YG-if00-port0"