1
0

Load pl2303

This commit is contained in:
dump_stack() 2019-10-07 21:01:31 +00:00
parent 81e4daeba5
commit 6bc01df7a5
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

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;