diff --git a/systems/zaatar/home-assistant.nix b/systems/zaatar/home-assistant.nix index d5eaa822..b2ecc7e1 100644 --- a/systems/zaatar/home-assistant.nix +++ b/systems/zaatar/home-assistant.nix @@ -26,12 +26,12 @@ in { virtualisation.oci-containers = { backend = "podman"; containers.homeassistant = { - volumes = ["home-assistant:/config"]; + volumes = ["home-assistant.bak:/config"]; environment.TZ = "Europe/Berlin"; image = "ghcr.io/home-assistant/home-assistant:stable"; extraOptions = [ "--network=host" - # "--device=/dev/ttyUSB0:/dev/ttyACM0" # Example, change this to match your own hardware + "--device=/dev/ttyACM0:/dev/ttyACM0" # Example, change this to match your own hardware ]; }; };