temp
This commit is contained in:
@@ -5,19 +5,19 @@ in
|
||||
{
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = lib.mkForce true;
|
||||
systemd-boot.enable = lib.mkForce false;
|
||||
efi.canTouchEfiVariables = false;
|
||||
generic-extlinux-compatible.enable = lib.mkForce false;
|
||||
generic-extlinux-compatible.enable = lib.mkForce true;
|
||||
};
|
||||
plymouth.enable = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
plymouth.enable = false;
|
||||
kernelPackages = pkgs.linuxPackages_rpi4;
|
||||
kernelModules = [ "i2c-dev" "i2c-bcm2835" ];
|
||||
initrd.kernelModules = [ "i2c-dev" "i2c-bcm2835" ];
|
||||
};
|
||||
environment.systemPackages = [ uefi_pi4 ];
|
||||
# environment.systemPackages = [ uefi_pi4 ];
|
||||
|
||||
# Copy UEFI firmware files to the boot partition
|
||||
system.activationScripts.installUEFIFirmware.text = ''
|
||||
cp -r ${uefi_pi4}/share/uefi_rpi4/* /boot/firmware/
|
||||
'';
|
||||
# system.activationScripts.installUEFIFirmware.text = ''
|
||||
# cp -r ${uefi_pi4}/share/uefi_rpi4/* /boot/firmware/
|
||||
# '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user