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:
parent
108ab3fd4f
commit
c11792ae07
2 changed files with 19 additions and 7 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue