From b99a02b7a2da9ed0b906f0af1d86823ebc51a774 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 23 Nov 2024 22:44:33 +0100 Subject: [PATCH] rp5: add nixos-hardware for config --- systems/aarch64-linux/nixberry/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/systems/aarch64-linux/nixberry/default.nix b/systems/aarch64-linux/nixberry/default.nix index ec7345e..ecac6b6 100644 --- a/systems/aarch64-linux/nixberry/default.nix +++ b/systems/aarch64-linux/nixberry/default.nix @@ -1,5 +1,7 @@ { + inputs, lib, + modulesPath, namespace, pkgs, ... @@ -10,12 +12,12 @@ let inherit (lib) mkForce; in { - # imports = with inputs.nixos-hardware.nixosModules; [ - # (modulesPath + "/installer/scan/not-detected.nix") - # raspberry-pi-5 - # ]; + imports = with inputs.nixos-hardware.nixosModules; [ + (modulesPath + "/installer/scan/not-detected.nix") + raspberry-pi-5 + ]; - raspberry-pi-nix.board = "bcm2712"; + raspberry-pi-nix.board = "bcm2711"; hardware = { raspberry-pi = {