🔨 update and add darwin-local script

This commit is contained in:
2022-06-03 19:43:51 -04:00
parent bc53e58cfa
commit bd132825d4
4 changed files with 19 additions and 12 deletions

View File

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