⬆️ bump versions

This commit is contained in:
2022-09-26 13:10:02 -04:00
parent 3b3a95dbee
commit ac8c7441fb
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.9.6";
image = "ghcr.io/home-assistant/home-assistant:2022.9.7";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];