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 + ]; }