68f2c6524668080f3ad3945193bfe5fca7fb77ab
Nabu Casa's prebuilt OpenThread RCP image for the ZBT-2 (zbt2_openthread_rcp_2.7.2.0_GitHub-fb0446f53_gsdk_2025.6.2.gbl) runs at 460800 baud, not the module's 115200 default. Aligns the radio URL with the firmware so otbr-agent can actually open the Spinel link after rebuild. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Private NixOS Configuration
Structure
.
├── images # custom image generations
├── machines # machine definitions
├── modules # own nix-options, to modularize services/hardware/...
├── overlays # overlays
├── pkgs # own packages, which are not available in nixpkgs
└── environments # summarize module collections into single options
Commands
# Rebuild (switch/boot/test)
sudo nixos-rebuild switch --flake '.#jupiter'
# Update Flake
nix flake update
# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
Description
Languages
Nix
100%