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

10 lines
137 B
Nix
Raw Normal View History

2023-09-29 14:10:49 +02:00
{ pkgs, lib, ... }:
{
boot.initrd.kernelModules = [
# PCIe/NVMe
"nvme"
"pcie_rockchip_host"
"phy_rockchip_pcie"
];
}