This project is better-maintained and more stable, so it's what we're using now.
5 lines
99 B
Nix
5 lines
99 B
Nix
{ ... }:
|
|
{
|
|
nixpkgs.system = "aarch64-linux";
|
|
boot.loader.raspberry-pi.bootloader = "kernel";
|
|
}
|