⬆️bump versions

This commit is contained in:
2022-09-23 15:40:36 -04:00
parent a162ca8141
commit 09d6d51388
3 changed files with 12 additions and 13 deletions

View File

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