summary refs log tree commit diff
path: root/services/home-assistant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/home-assistant.nix')
-rw-r--r--services/home-assistant.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/services/home-assistant.nix b/services/home-assistant.nix
index cf594b0..db49388 100644
--- a/services/home-assistant.nix
+++ b/services/home-assistant.nix
@@ -22,6 +22,9 @@ in
       # give home-assistant control over the device network
       # stack to auto-discover devices on the network.
       customNetwork = "host";
+      # allow home-assistant to access zigbee/matter+thread
+      # dongle.
+      devices = [ "/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-07_6e29216e5272ef119d2f43848fcc3fa0-if00-port0" ];
       volumes = [
         [
           "/etc/localtime"