🚚 moving around configs again

This commit is contained in:
2021-08-02 12:17:27 -04:00
parent dfc41ece1e
commit f4dcee8aa3
2 changed files with 1 additions and 6 deletions

View File

@ -7,7 +7,7 @@
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2021.7.4";
volumes =
[ "/mnt/config/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];
};
};