rp5 #10
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
|
modulesPath,
|
||||||
namespace,
|
namespace,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
@ -10,12 +12,12 @@ let
|
||||||
inherit (lib) mkForce;
|
inherit (lib) mkForce;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# imports = with inputs.nixos-hardware.nixosModules; [
|
imports = with inputs.nixos-hardware.nixosModules; [
|
||||||
# (modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
# raspberry-pi-5
|
raspberry-pi-5
|
||||||
# ];
|
];
|
||||||
|
|
||||||
raspberry-pi-nix.board = "bcm2712";
|
raspberry-pi-nix.board = "bcm2711";
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
raspberry-pi = {
|
raspberry-pi = {
|
||||||
|
|
Loading…
Reference in a new issue