⬆️ version bump

This commit is contained in:
2022-08-12 16:33:31 -04:00
parent cd98fe095a
commit 886ced1d80
2 changed files with 10 additions and 10 deletions

View File

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