add hardware-info for board

This commit is contained in:
Bit Borealis 2024-03-27 15:13:09 -04:00
parent 8dd8c81c4e
commit a8c42e5de8
No known key found for this signature in database
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
inputs.nixos-hardware.url = "github:nixos/nixos-hardware";
nixos-generators = {
url = "github:nix-community/nixos-generators";
@ -39,6 +40,10 @@
disko.nixosModules.disko
];
systems.hosts.magrathea.modules = with inputs; [
nixos-hardware.nixosModules.starfive-visionfive-2
]
templates.shim.description = "/etc/nixos shim for geekygay nixconf";
src = ./.;