⬆️ version bump

This commit is contained in:
2022-07-27 11:16:43 -04:00
parent 5835f3852a
commit bc9ff3d3c5
2 changed files with 13 additions and 13 deletions

View File

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