first round of bug hunting

This commit is contained in:
Jet Pham 2024-03-22 23:43:34 -07:00
parent cac7203033
commit 03985749c6
6 changed files with 8 additions and 11 deletions

View file

@ -23,7 +23,7 @@
mkSystem = pkgs: system: hostname:
let
hardwareConfig = {
"laptop" = "${inputs.nixos-hardware}.nixosModules.lenovo-thinkpad-x1-6th-gen";
"laptop" = nixos-hardware.nixosModules.lenovo-thinkpad-x1-6th-gen;
# Add other hostnames and their respective hardware configurations here
};
in