Add t480 configuration

This commit is contained in:
Oliver Davies 2025-03-21 15:01:39 +00:00
parent c347c217a4
commit 148d6ca78c
17 changed files with 346 additions and 0 deletions

View file

@ -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";