mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
pine64/rockpro64: HDMI output and Network in initrd
This commit is contained in:
committed by
mergify[bot]
parent
ae546d018a
commit
b48cc4dab0
@@ -1,10 +1,17 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./console.nix
|
||||
];
|
||||
boot.initrd.kernelModules = [
|
||||
# PCIe/NVMe
|
||||
"nvme"
|
||||
"pcie_rockchip_host"
|
||||
"phy_rockchip_pcie"
|
||||
# Network
|
||||
"dwmac_rk"
|
||||
# HDMI
|
||||
"rockchipdrm"
|
||||
];
|
||||
# control the fan on the rockpro64 (like the one in the NAS case)
|
||||
hardware.fancontrol = {
|
||||
|
||||
Reference in New Issue
Block a user