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