⬆️ always version bumps

This commit is contained in:
2022-02-09 22:53:02 -05:00
parent 61a07e14f7
commit 12f8039ed0
2 changed files with 12 additions and 12 deletions

View File

@ -5,7 +5,7 @@
virtualisation.oci-containers = {
containers = {
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2021.12.10";
image = "ghcr.io/home-assistant/home-assistant:2022.2.5";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];