🆙 bump versions

This commit is contained in:
2021-09-20 11:09:29 -04:00
parent 3029aeaf80
commit 8249d665f0
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.9.6";
image = "ghcr.io/home-assistant/home-assistant:2021.9.7";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];