⬆️ bump versions

This commit is contained in:
2022-05-13 16:52:22 -04:00
parent aed74b5a57
commit bee7636bc8
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.5.3";
image = "ghcr.io/home-assistant/home-assistant:2022.5.4";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];