e03f09c247
Merge feat/remote-builders into uconsole-cm5-incremental
...
Bidirectional remote building + rename uconsole-cm5 -> uConsole:
- Rename all uconsole-cm5 refs to uConsole (nixosSystem key, paths, module)
- Replace single-machine remote-builder module with multi-machine config
- Enable remote builder on lazyworkhorse -> uConsole (aarch64)
- Enable remote builder on uConsole -> lazyworkhorse (x86_64)
- Add builder system user + SSH key via agenix-rekey (secrets/builder_key.age)
- Add builder_key + gortium_password age secrets to all hosts
- Fix pre-existing bugs: missing modules in lazyworkhorse/cyt-pi,
SSH config structure (hostKeys outside settings), cyt-pi inline user
- Remove obsolete openclaw-node service + module + age secrets
2026-06-21 23:14:14 -04:00
2a4856e447
fix: add python3 to aiov2_ctl buildInputs so patchShebangs fixes the shebang
2026-06-21 15:07:49 -04:00
d765ead020
fix: kismet --log-base -> --log-prefix (wrong flag), aiov2 pinctrl from raspberrypi-utils not libraspberrypi
2026-06-20 15:07:00 -04:00
b4b928a985
fix: clean module and flake after merge
2026-06-17 08:29:24 -04:00
33e98f32d7
feat: add HackerGadgets AIO v2 board module + enable on uConsole CM5
2026-06-17 08:27:15 -04:00
43f8d8a61c
fix: correct aiov2_ctl hash from actual build
2026-06-16 19:12:37 -04:00
6aca5466b6
fix: convert hash to proper SRI base64 format
2026-06-16 19:11:43 -04:00
f0ec375875
fix: set real hash for aiov2_ctl fetchFromGitHub
2026-06-16 19:11:00 -04:00
b9e89ce537
fix: use libraspberrypi instead of raspberrypi-tools for pinctrl
2026-06-16 19:07:34 -04:00
2572f47e41
feat: add NixOS module for HackerGadgets AIO v2 board (uConsole CM5)
...
- New module: hardware.uconsole-cm5-aio-v2
- GPIO rail control for GPS (27), LORA (16), SDR (7), USB (23)
- Systemd oneshot service (aiov2-rails-boot) to apply states at boot
- aiov2_ctl CLI tool packaged from GitHub source
- GPS UART support (ttyAMA0, 9600 baud) with dialout group
- Optional systemd user service for system tray GUI
- Wired into uconsole-cm5 NixOS config + SD image
All rails default OFF — activate on demand with:
aiov2_ctl <GPS|LORA|SDR|USB> on
2026-06-16 19:00:50 -04:00