nixos-hardware/protectli/vp4670/default.nix

10 lines
135 B
Nix
Raw Normal View History

2024-03-25 06:30:23 -04:00
{
imports = [
../../common/cpu/intel/comet-lake
];
boot.initrd.kernelModules = [
"sdhci_pci" # 16G eMMC on board
];
}