mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
protectli/vp4670: init
This commit is contained in:
9
protectli/vp4670/default.nix
Normal file
9
protectli/vp4670/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel/comet-lake
|
||||
];
|
||||
|
||||
boot.initrd.kernelModules = [
|
||||
"sdhci_pci" # 16G eMMC on board
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user