Skip to content

Commit

Permalink
feat(home-assistant): activate zigbee dongle
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Jul 22, 2023
1 parent b4c5130 commit 915695c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/zaatar/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
};
};
Expand Down

0 comments on commit 915695c

Please sign in to comment.