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