⬆️ bump versions

This commit is contained in:
2022-07-18 10:47:42 -04:00
parent 1ed66efed9
commit 9d4e65d835
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.4";
image = "ghcr.io/home-assistant/home-assistant:2022.7.5";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];