⬆️ bump versions

This commit is contained in:
2022-03-02 22:28:08 -05:00
parent 761ede020b
commit 39adf30b61
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.2.8";
image = "ghcr.io/home-assistant/home-assistant:2022.3.0";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];