1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/pine64/rockpro64/default.nix
2023-10-06 12:02:27 +00:00

10 lines
137 B
Nix

{ pkgs, lib, ... }:
{
boot.initrd.kernelModules = [
# PCIe/NVMe
"nvme"
"pcie_rockchip_host"
"phy_rockchip_pcie"
];
}