From 53db5e1070d07e750030bf65f1b9963df8f0c678 Mon Sep 17 00:00:00 2001 From: Matei Dibu Date: Thu, 25 Apr 2024 11:58:18 +0300 Subject: [PATCH] protectli/vp4670: add Super I/O kernel module --- protectli/vp4670/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protectli/vp4670/default.nix b/protectli/vp4670/default.nix index c3fa036..fdaac85 100644 --- a/protectli/vp4670/default.nix +++ b/protectli/vp4670/default.nix @@ -6,4 +6,8 @@ boot.initrd.kernelModules = [ "sdhci_pci" # 16G eMMC on board ]; + + boot.kernelModules = [ + "it87" # ITE IT8786E Super IO Sensors + ]; }