mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-12-17 22:41:09 +01:00
init
This commit is contained in:
commit
3d7a565149
17 changed files with 831 additions and 0 deletions
8
rpi-4b/default.nix
Normal file
8
rpi-4b/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
rpi:
|
||||
{ lib, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [ rpi ];
|
||||
hardware.raspberry-pi.deviceTree.base-dtb = "bcm2711-rpi-4-b.dtb";
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue