pi-3: disable redundant boot.loader.raspberryPi

This commit is contained in:
Serĉanto de Scio 2022-07-08 16:50:27 +10:00
parent 36271b46d6
commit 612dd646c0
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -29,7 +29,7 @@
enable = false; # NixOS wants to enable GRUB by default. enable = false; # NixOS wants to enable GRUB by default.
}; };
raspberryPi = { raspberryPi = {
enable = true; enable = false;
version = 3; version = 3;
uboot.enable = true; uboot.enable = true;
firmwareConfig = '' firmwareConfig = ''