From 8a0defc7ec9f80f6d727a074d663de69534a2a08 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 14 Oct 2019 15:07:33 +0200 Subject: l xerxes.r: fix kernel hicpus, use touchscreen --- lass/1systems/xerxes/physical.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lass/1systems/xerxes/physical.nix b/lass/1systems/xerxes/physical.nix index 5d60dfc4..43548bf0 100644 --- a/lass/1systems/xerxes/physical.nix +++ b/lass/1systems/xerxes/physical.nix @@ -13,9 +13,8 @@ }; boot.loader.efi.canTouchEfiVariables = true; - # TODO fix touchscreen boot.blacklistedKernelModules = [ - "goodix" + "sdhci_pci" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "sd_mod" ]; -- cgit v1.2.3