blinkypi0
Pi Zero W with a Blinkt! 8-pixel LED strip in a Flirc case.
Unplugged. In the flake as
nixosConfigurations.blinkypi0(nix/hosts/blinkypi0.nix, sharingnix/hardware/pi0.nixwith Fleet/radiopi0 — same armv6l cross-compile constraints, see Architecture/NixOS).Config is minimal: tailscale + ssh + wiringpi only, no mise-dotfiles or ddnsd (mise has no armv6l release).
NixOS config carries no LED-driving service; that code is not in git.
Linked references 3
In the flake as nixosConfigurations.radiopi0 (nix/hosts/radiopi0.nix + nix/hardware/pi0.nix, shared with Fleet/blinkypi0). armv6l has no upstream binary cache and no board-support module, so Fleet/forge supplies its aarch64 cross-build platform — see Architecture/NixOS. Config is minimal: tailscale + ssh + wiringpi only.
| Host | Purpose | Hardware |
|---|---|---|
| Fleet/spore | NFS, PXE, signed native-boot, DNS and NTP | Pi 5 8 GB, NVMe |
| Fleet/capsule | DNS sinkhole and NTP | Pi 5 8 GB, NVMe |
| Fleet/forge | arm64 build host, harmonia cache, OCI builder | Pi 5 8 GB, NVMe |
| Fleet/homepi4 | kiosk | Pi 4B 8 GB, 7" touch display |
| Fleet/weatherpi4 | weather kiosk | Pi 4B 8 GB |
| Fleet/cloudpi4 | utility and CoreDNS canary | Pi 4B 4 GB |
| Fleet/radiopi0 | radio | Pi Zero W |
| Fleet/blinkypi0 | LED display | Pi Zero W |
Fleet/blinkypi0 is unplugged. Its NixOS config carries no device service and its device code is not in git.