disable systemd-boot for rpi

This commit is contained in:
Tao Tien 2023-09-30 18:35:49 -07:00
parent 1da7d3aa91
commit 92a4b45e3e

View file

@ -12,6 +12,8 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "usbhid" ];
boot.loader.grub.enable = false;
boot.loader.systemd-boot.enable = false;
boot.loader.efi.canTouchEfiVariables = false;
boot.loader.generic-extlinux-compatible.enable = true;
console.enable = false;
powerManagement.cpuFreqGovernor = "ondemand";