From cfbfe091523398f6c6f864c5c3f8e2015f42f823 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 1 Nov 2025 00:06:18 +0100 Subject: [PATCH] feat(home-assistant): add zigbee usb dongle. --- modules/servers/tyr/home-assistant.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/servers/tyr/home-assistant.nix b/modules/servers/tyr/home-assistant.nix index 3707c21..d644257 100644 --- a/modules/servers/tyr/home-assistant.nix +++ b/modules/servers/tyr/home-assistant.nix @@ -5,6 +5,9 @@ ports = [ "8123:8123" ]; + devices = [ + "/dev/ttyUSB0:/dev/ttyUSB0" + ]; privileged = true; capabilities = { NET_ADMIN = true;