From 65206b78f781c0f8603e45c1538d2b7970ae8674 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 4 Jan 2025 01:39:14 -0500 Subject: [PATCH] Add hardware config for Pi 3 --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 75ce579..c06734b 100644 --- a/flake.nix +++ b/flake.nix @@ -162,6 +162,9 @@ raspberry = localLib.mkNixosHost { system = "aarch64-linux"; hostname = "raspberry"; + additionalModules = [ + inputs.nixos-hardware.nixosModules.raspberry-pi-3 + ]; }; }; # end nixosConfigurations