From ad480b49659087435e62cd1b32218b09d7780d33 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 5 Jun 2024 22:55:28 -0400 Subject: [PATCH] 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. --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 2461123..9776b92 100644 --- a/flake.nix +++ b/flake.nix @@ -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";