⬆️ version bump

This commit is contained in:
2022-10-14 22:31:26 -04:00
parent 12ca785599
commit 8ba5e30ed3
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:2022.10.3";
image = "ghcr.io/home-assistant/home-assistant:2022.10.4";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];