mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
protectli/vp4670: add Super I/O kernel module
This commit is contained in:
@@ -6,4 +6,8 @@
|
||||
boot.initrd.kernelModules = [
|
||||
"sdhci_pci" # 16G eMMC on board
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"it87" # ITE IT8786E Super IO Sensors
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user