⬆️ version bump

This commit is contained in:
2022-07-14 10:11:48 -04:00
parent 9eaaac1799
commit 1ed66efed9
2 changed files with 16 additions and 16 deletions

View File

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