treewide: format files
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -2,19 +2,33 @@
|
||||
{
|
||||
boot = {
|
||||
consoleLogLevel = 7;
|
||||
kernelParams = [ "console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0" ];
|
||||
kernelParams = [
|
||||
"console=ttyS0,115200n8"
|
||||
"console=ttyAMA0,115200n8"
|
||||
"console=tty0"
|
||||
];
|
||||
kernelPackages = pkgs.linuxPackages_5_10;
|
||||
initrd.availableKernelModules = [ "xhci_pci" "usb_storage" "usbhid" "uas" "pcie-brcmstb" "vc4" ];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
"usb_storage"
|
||||
"usbhid"
|
||||
"uas"
|
||||
"pcie-brcmstb"
|
||||
"vc4"
|
||||
];
|
||||
loader = {
|
||||
grub.enable = false;
|
||||
generic-extlinux-compatible.enable = true;
|
||||
/* raspberryPi= {
|
||||
/*
|
||||
raspberryPi= {
|
||||
version = 4;
|
||||
firmwareConfig = "dtparam=sd_poll_once=on";
|
||||
enable = true;
|
||||
}; */
|
||||
enable = true;
|
||||
};
|
||||
*/
|
||||
};
|
||||
/* kernelPatches = [
|
||||
/*
|
||||
kernelPatches = [
|
||||
{
|
||||
name = "change-pgtable";
|
||||
patch = null;
|
||||
@@ -22,6 +36,7 @@
|
||||
CONFIG_PGTABLE_LEVELS 4
|
||||
'';
|
||||
}
|
||||
];*/
|
||||
];
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user