diff options
author | lassulus <lass@xerxes.r> | 2019-10-14 15:07:33 +0200 |
---|---|---|
committer | lassulus <lass@xerxes.r> | 2019-10-14 15:07:33 +0200 |
commit | 8a0defc7ec9f80f6d727a074d663de69534a2a08 (patch) | |
tree | 6bef8979ceb415c69ca474454a1377a37b65f91d /lass/1systems | |
parent | 616daa1def45a1e934fd4ec1233a8b664691042d (diff) |
l xerxes.r: fix kernel hicpus, use touchscreen
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/xerxes/physical.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lass/1systems/xerxes/physical.nix b/lass/1systems/xerxes/physical.nix index 5d60dfc45..43548bf0b 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" ]; |