Add t490 host
This commit is contained in:
parent
e4d27eefc9
commit
07c6bd0ac7
5 changed files with 403 additions and 0 deletions
15
flake.nix
15
flake.nix
|
@ -20,6 +20,7 @@
|
|||
{
|
||||
disko,
|
||||
home-manager,
|
||||
nixos-hardware,
|
||||
nixpkgs,
|
||||
self,
|
||||
...
|
||||
|
@ -65,6 +66,20 @@
|
|||
modules = [ ./nix/hosts/lemp11 ];
|
||||
};
|
||||
|
||||
t490 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = specialArgs // {
|
||||
desktop = true;
|
||||
hostname = "t490";
|
||||
};
|
||||
|
||||
modules = [
|
||||
./nix/hosts/t490
|
||||
|
||||
nixos-hardware.nixosModules.common-gpu-intel
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-t490
|
||||
];
|
||||
};
|
||||
|
||||
hetznix = nixpkgs.lib.nixosSystem {
|
||||
inherit specialArgs system;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue