Add t480 configuration
This commit is contained in:
parent
c347c217a4
commit
148d6ca78c
17 changed files with 346 additions and 0 deletions
15
flake.nix
15
flake.nix
|
@ -95,6 +95,21 @@
|
|||
];
|
||||
};
|
||||
|
||||
t480 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = specialArgs // {
|
||||
hostname = "t480";
|
||||
stateVersion = "22.11";
|
||||
};
|
||||
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
nixos-hardware.nixosModules.common-gpu-intel
|
||||
nixos-hardware.nixosModules.lenovo-thinkpad-t480
|
||||
|
||||
./nix/hosts/t480/configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
t490 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = specialArgs // {
|
||||
hostname = "t490";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue