use extlinux

This commit is contained in:
Sense T 2023-07-22 12:03:26 +00:00
parent 891c9f1ba2
commit 1245de6fbb

View File

@ -8,8 +8,7 @@
boot = {
tmp.cleanOnBoot = true;
kernelModules = [ "cma=256M" ];
extraModulePackages = [ ];
kernelPackages = pkgs.linuxPackages_rpi;
loader = {
grub = {
@ -17,17 +16,9 @@
enable = false;
};
raspberryPi = {
generic-extlinux-compatible = {
enable = true;
version = 3;
firmwareConfig = ''
gpu_mem=256
'';
uboot = {
enable = true;
configurationLimit = 10;
};
configurationLimit = 10;
};
};
};
@ -57,6 +48,7 @@
swapDevices = [
{
device = "/swapfile";
size = 1024;
}
];