add cachyos kernel and use sched-ext + update hardware config for Earthmover

This commit is contained in:
wo2wz 2025-07-25 10:11:48 -04:00
parent eaeae9e338
commit b4bac974eb
4 changed files with 191 additions and 31 deletions

View file

@ -8,7 +8,7 @@
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
@ -19,8 +19,9 @@
};
fileSystems."/boot" =
{ device = "systemd-1";
fsType = "autofs";
{ device = "/dev/disk/by-uuid/7235-4054";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [ ];