aether/deploy/rpi5/default.nix
Kiana Sheibani c11792ae07
tweak!(deploy-rpi5): switch to nixos-raspberrypi
This project is better-maintained and more stable, so it's what we're
using now.
2026-02-08 07:43:29 -05:00

5 lines
99 B
Nix

{ ... }:
{
nixpkgs.system = "aarch64-linux";
boot.loader.raspberry-pi.bootloader = "kernel";
}