From 7024bf0269d6c389f2bbcc798dceb5c3a288d8df Mon Sep 17 00:00:00 2001 From: Dave Nicponski Date: Sun, 1 Mar 2026 19:50:36 -0500 Subject: [PATCH] Hello, world! This repo will provide a flake-based function which transforms an aarch64 system configuration into one that is (hopefully) usable on an Orange Pi Zero 2W. It does this by introducing a bunch of patches taken from the upstream Armbian repo, which I use as a proof-of-concept that the board can indeed boot into a usable gui with wifi support. I care little about the gui, so may not actually get to the HDMI output. Prerequisite: A system configuration based on nixos-25.11. Pass it through the exported function and the returned configuration should be usable. An example pair of configurations, one for a system and one for an SD card installer image are provided.