1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03: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 Mic92
parent 406ce62ea8
commit e216febf78

View File

@ -6,4 +6,8 @@
boot.initrd.kernelModules = [
"sdhci_pci" # 16G eMMC on board
];
boot.kernelModules = [
"it87" # ITE IT8786E Super IO Sensors
];
}