Nixos: Enable linux zen only on desktop
This commit is contained in:
@ -16,8 +16,17 @@
|
||||
initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc"];
|
||||
initrd.kernelModules = [];
|
||||
kernelModules = ["kvm-intel"];
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
];
|
||||
extraModulePackages = with config.boot.kernelPackages; [];
|
||||
# NOTE: Didn't work with Zen, switched to regular kernel instead
|
||||
# kernelPatches = [
|
||||
# {
|
||||
# name = "ipeth";
|
||||
# patch = null;
|
||||
# extraConfig = ''
|
||||
# USB_IPHETH y
|
||||
# '';
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
|
Reference in New Issue
Block a user