1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00
nixos-hardware/protectli/vp4670/default.nix
2024-03-25 19:40:30 +02:00

10 lines
135 B
Nix

{
imports = [
../../common/cpu/intel/comet-lake
];
boot.initrd.kernelModules = [
"sdhci_pci" # 16G eMMC on board
];
}