hass stuff

This commit is contained in:
mjallen18
2026-01-12 15:26:41 -06:00
parent 639ce36cb0
commit a59d5ce3b1
3 changed files with 7 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ in
age
clinfo
cpufetch
dbus
deadnix
lm_sensors
nano

View File

@@ -26,7 +26,7 @@ let
listenPort = cfg.port;
};
radio = {
device = "/dev/serial/by-idusb-dresden_elektronik_Thread_RCP__ConBee_II__DE2475318-if00";
device = "/dev/serial/by-id/usb-dresden_elektronik_Thread_RCP__ConBee_II__DE2475318-if00";
baudRate = 460800;
flowControl = true;
};
@@ -39,4 +39,4 @@ in
"${inputs.nixpkgs-otbr}/nixos/modules/services/home-automation/openthread-border-router.nix"
otbrConfig
];
}
}