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:
Gene Liverman 2024-06-05 22:55:28 -04:00
parent 5704463a41
commit ad480b4965

View file

@ -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";