hass stuff
This commit is contained in:
@@ -19,6 +19,7 @@ in
|
|||||||
age
|
age
|
||||||
clinfo
|
clinfo
|
||||||
cpufetch
|
cpufetch
|
||||||
|
dbus
|
||||||
deadnix
|
deadnix
|
||||||
lm_sensors
|
lm_sensors
|
||||||
nano
|
nano
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ let
|
|||||||
listenPort = cfg.port;
|
listenPort = cfg.port;
|
||||||
};
|
};
|
||||||
radio = {
|
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;
|
baudRate = 460800;
|
||||||
flowControl = true;
|
flowControl = true;
|
||||||
};
|
};
|
||||||
@@ -39,4 +39,4 @@ in
|
|||||||
"${inputs.nixpkgs-otbr}/nixos/modules/services/home-automation/openthread-border-router.nix"
|
"${inputs.nixpkgs-otbr}/nixos/modules/services/home-automation/openthread-border-router.nix"
|
||||||
otbrConfig
|
otbrConfig
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,8 +53,8 @@
|
|||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
allowedTCPPorts = [ 8192 8080 8081 ];
|
allowedTCPPorts = [ 8192 8880 8881 ];
|
||||||
allowedUDPPorts = [ 8192 8080 8081 ];
|
allowedUDPPorts = [ 8192 8880 8881 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -90,8 +90,8 @@
|
|||||||
};
|
};
|
||||||
otbr = {
|
otbr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
restPort = 8081;
|
restPort = 8881;
|
||||||
port = 8080;
|
port = 8880;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user