⬆️ version bumps

This commit is contained in:
2022-08-04 18:00:55 -04:00
parent 9b1d24bc79
commit c0efcf61f8
2 changed files with 7 additions and 7 deletions

View File

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