tweak!(deploy-rpi5): switch to nixos-raspberrypi

This project is better-maintained and more stable, so it's what we're
using now.
This commit is contained in:
Kiana Sheibani 2026-02-08 07:43:29 -05:00
parent 108ab3fd4f
commit c11792ae07
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 19 additions and 7 deletions

View file

@ -1,6 +1,5 @@
{ config, lib, ... }:
{ ... }:
{
nixpkgs.system = "aarch64-linux";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
boot.loader.raspberry-pi.bootloader = "kernel";
}