1
0
Fork 0

Sync kernel modules

master
dump_stack() 2019-10-08 14:50:52 +00:00
parent f22d35c631
commit 128ef74484
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 8 additions and 1 deletions

View File

@ -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;