pine64-rockpro64: init

This commit is contained in:
Tom Fitzhenry
2023-09-29 22:10:49 +10:00
committed by mergify[bot]
parent b31be8f114
commit f4ef5df944
5 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ pkgs, lib, ... }:
{
boot.initrd.kernelModules = [
# PCIe/NVMe
"nvme"
"pcie_rockchip_host"
"phy_rockchip_pcie"
];
}