blinkypi0

type host vendor Raspberry Pi model Raspberry Pi Zero W year ~2017 cpu BCM2835, ARM1176 (armv6l) ram 512 MB LPDDR2 gpu Broadcom VideoCore IV os Raspberry Pi OS Lite offline hat Pimoroni Blinkt! (8-pixel APA102 LED strip) case Flirc Raspberry Pi Zero Case
  • 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, sharing nix/hardware/pi0.nix with 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

Fleet/radiopi0

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.

Fleet
HostPurposeHardware
Fleet/sporeNFS, PXE, signed native-boot, DNS and NTPPi 5 8 GB, NVMe
Fleet/capsuleDNS sinkhole and NTPPi 5 8 GB, NVMe
Fleet/forgearm64 build host, harmonia cache, OCI builderPi 5 8 GB, NVMe
Fleet/homepi4kioskPi 4B 8 GB, 7" touch display
Fleet/weatherpi4weather kioskPi 4B 8 GB
Fleet/cloudpi4utility and CoreDNS canaryPi 4B 4 GB
Fleet/radiopi0radioPi Zero W
Fleet/blinkypi0LED displayPi Zero W
Fleet

Fleet/blinkypi0 is unplugged. Its NixOS config carries no device service and its device code is not in git.