From a59d5ce3b17f96fc43f26375f8dd06e08e039a9b Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 12 Jan 2026 15:26:41 -0600 Subject: [PATCH] hass stuff --- modules/home/home/default.nix | 1 + modules/nixos/homeassistant/services/thread/default.nix | 4 ++-- systems/x86_64-linux/nuc-nixos/default.nix | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/home/home/default.nix b/modules/home/home/default.nix index 9d055a9..abc8d48 100644 --- a/modules/home/home/default.nix +++ b/modules/home/home/default.nix @@ -19,6 +19,7 @@ in age clinfo cpufetch + dbus deadnix lm_sensors nano diff --git a/modules/nixos/homeassistant/services/thread/default.nix b/modules/nixos/homeassistant/services/thread/default.nix index 7d48338..8aa8e2d 100644 --- a/modules/nixos/homeassistant/services/thread/default.nix +++ b/modules/nixos/homeassistant/services/thread/default.nix @@ -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 ]; -} \ No newline at end of file +} diff --git a/systems/x86_64-linux/nuc-nixos/default.nix b/systems/x86_64-linux/nuc-nixos/default.nix index 9686196..eb07771 100644 --- a/systems/x86_64-linux/nuc-nixos/default.nix +++ b/systems/x86_64-linux/nuc-nixos/default.nix @@ -53,8 +53,8 @@ firewall = { enable = true; allowPing = true; - allowedTCPPorts = [ 8192 8080 8081 ]; - allowedUDPPorts = [ 8192 8080 8081 ]; + allowedTCPPorts = [ 8192 8880 8881 ]; + allowedUDPPorts = [ 8192 8880 8881 ]; }; }; @@ -90,8 +90,8 @@ }; otbr = { enable = true; - restPort = 8081; - port = 8080; + restPort = 8881; + port = 8880; }; };