mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 16:39:40 +01:00
protectli/vp4670: add Super I/O kernel module
This commit is contained in:
parent
9821d2c543
commit
53db5e1070
1 changed files with 4 additions and 0 deletions
|
@ -6,4 +6,8 @@
|
|||
boot.initrd.kernelModules = [
|
||||
"sdhci_pci" # 16G eMMC on board
|
||||
];
|
||||
|
||||
boot.kernelModules = [
|
||||
"it87" # ITE IT8786E Super IO Sensors
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue