Update board to Pi 5 in example

This commit is contained in:
Andrew Kidd 2025-01-01 20:43:31 +00:00
parent 6b896975ef
commit d826a4ecf4

View file

@ -9,7 +9,7 @@
eth0.useDHCP = true;
};
};
raspberry-pi-nix.board = "bcm2711";
raspberry-pi-nix.board = "bcm2712";
hardware = {
raspberry-pi = {
config = {