Change ha config location

This commit is contained in:
TheWanderingCrow 2024-09-25 18:55:03 -04:00
parent fbb3b5f4da
commit cc95a84246

View file

@ -9,7 +9,7 @@
virtualisation.oci-containers = {
backend = "podman";
containers.homeassistant = {
volumes = [ "home-assistant:/config" ];
volumes = [ "home-assistant:/home/ha/ha-config" ];
environment.TZ = "America/New_York";
image = "ghcr.io/home-assistant/home-assistant:stable";
extraOptions = [