Sync kernel modules
This commit is contained in:
parent
f22d35c631
commit
128ef74484
@ -23,7 +23,14 @@ in {
|
||||
time.timeZone = "UTC";
|
||||
|
||||
boot.kernelPackages = unstable.linuxPackages_latest;
|
||||
boot.kernelModules = [ "veth" "pl2303" ];
|
||||
boot.kernelModules = [
|
||||
"pl2303"
|
||||
"fuse"
|
||||
"veth" "usbnet" "mii" "cdc_ether"
|
||||
"ipt_REJECT" "xt_CHECKSUM" "iptable_mangle"
|
||||
"snd_usb_audio"
|
||||
"thunderbolt" "intel_wmi_thunderbolt"
|
||||
];
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
boot.earlyVconsoleSetup = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user