e8d09f40f66e0e6dae4853e9eec3554c669b1c40
Adds the `zha` extra component so Home Assistant can drive the Nabu Casa Connect ZBT-2 radio, and puts the `hass` service user in `dialout` so it can open `/dev/serial/by-id/usb-Nabu_Casa_..._ZBT-2_*`. Pairing is then handled through the standard ZHA wizard in the HA UI. 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%