Move host-specific modules
This commit is contained in:
parent
f232ce4679
commit
71f335870d
2 changed files with 11 additions and 8 deletions
|
@ -64,6 +64,15 @@
|
|||
lemp11 = mkNixos {
|
||||
desktop = true;
|
||||
hostname = "lemp11";
|
||||
|
||||
# TODO: move the rest of the modules here.
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
nixos-hardware.nixosModules.common-gpu-intel
|
||||
nixos-hardware.nixosModules.common-pc-laptop
|
||||
nixos-hardware.nixosModules.common-pc-laptop-hdd
|
||||
nixos-hardware.nixosModules.system76
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue