first round of bug hunting
This commit is contained in:
parent
cac7203033
commit
03985749c6
6 changed files with 8 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue