This commit is contained in:
Travis Staton 2022-01-19 21:35:25 -05:00
commit 3d7a565149
17 changed files with 831 additions and 0 deletions

8
rpi-4b/default.nix Normal file
View file

@ -0,0 +1,8 @@
rpi:
{ lib, pkgs, config, ... }:
{
imports = [ rpi ];
hardware.raspberry-pi.deviceTree.base-dtb = "bcm2711-rpi-4-b.dtb";
}