1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-30 10:07:24 +02:00
nixos-hardware/pine64/rockpro64/default.nix
2023-10-06 12:02:27 +00:00

9 lines
137 B
Nix

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