mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
8 lines
129 B
Nix
8 lines
129 B
Nix
rpi:
|
|
{ lib, pkgs, config, ... }:
|
|
|
|
{
|
|
imports = [ rpi ];
|
|
hardware.raspberry-pi.deviceTree.base-dtb = "bcm2711-rpi-4-b.dtb";
|
|
}
|
|
|