🆙 bump versions

This commit is contained in:
2021-08-30 10:42:16 -04:00
parent 5d7160f939
commit 5d1596c820
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:2021.8.7";
image = "ghcr.io/home-assistant/home-assistant:2021.8.8";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];