1
0
Fork 0

Load pl2303

master
dump_stack() 2019-10-07 21:01:31 +00:00
parent 81e4daeba5
commit 6bc01df7a5
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

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;