1
0

Load pl2303

This commit is contained in:
2019-10-07 21:01:31 +00:00
parent 81e4daeba5
commit 6bc01df7a5

View File

@ -23,7 +23,7 @@ in {
time.timeZone = "UTC";
boot.kernelPackages = unstable.linuxPackages_latest;
boot.kernelModules = [ "veth" ];
boot.kernelModules = [ "veth" "pl2303" ];
boot.blacklistedKernelModules = [ "nouveau" ];
boot.earlyVconsoleSetup = true;