mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add hardware config for Pi 3
This commit is contained in:
parent
680cd54a0b
commit
65206b78f7
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@
|
||||||
raspberry = localLib.mkNixosHost {
|
raspberry = localLib.mkNixosHost {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
hostname = "raspberry";
|
hostname = "raspberry";
|
||||||
|
additionalModules = [
|
||||||
|
inputs.nixos-hardware.nixosModules.raspberry-pi-3
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}; # end nixosConfigurations
|
}; # end nixosConfigurations
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue