From 6bc01df7a5e71a64074e1f3cb331c3ecc592b3a6 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 7 Oct 2019 21:01:31 +0000 Subject: [PATCH] Load pl2303 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 82def49..293d320 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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;