1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

protectli/vp4670: add Super I/O kernel module

This commit is contained in:
Matei Dibu 2024-04-25 11:58:18 +03:00 committed by mergify[bot]
parent 9821d2c543
commit 53db5e1070

View File

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