mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +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 = [
|
boot.initrd.kernelModules = [
|
||||||
"sdhci_pci" # 16G eMMC on board
|
"sdhci_pci" # 16G eMMC on board
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelModules = [
|
||||||
|
"it87" # ITE IT8786E Super IO Sensors
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue