mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add comment with bigboy's hardware import
This is so that if I switch that machine to full NixOS I don't have to go hunting a second time to find this info.
This commit is contained in:
parent
5704463a41
commit
ad480b4965
1 changed files with 9 additions and 0 deletions
|
|
@ -182,6 +182,15 @@
|
|||
|
||||
# NixOS hosts
|
||||
nixosConfigurations = {
|
||||
# bigboy = nixosHostConfig {
|
||||
# system = "x86_64-linux";
|
||||
# hostname = "bigbox";
|
||||
# username = "gene";
|
||||
# additionalModules = [
|
||||
# nixos-hardware.nixosModules.lenovo-thinkpad-p52
|
||||
# ];
|
||||
# additionalSpecialArgs = {};
|
||||
# };
|
||||
hetznix01 = nixosHostConfig {
|
||||
system = "aarch64-linux";
|
||||
hostname = "hetznix01";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue