⬆️ bump versions

This commit is contained in:
2022-04-13 22:54:19 -04:00
parent 3ae183560e
commit a23213a141
2 changed files with 10 additions and 10 deletions

View File

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