feat: add new host T430

This commit is contained in:
Jacob Bachmann 2024-01-13 11:15:29 +01:00
parent 2b1ba53706
commit 696e2f291a
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
3 changed files with 106 additions and 0 deletions

View file

@ -36,6 +36,22 @@
];
};
T430 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = inputs;
modules = [
./modules
./hosts/T430
home-manager.nixosModules.home-manager
{
imports = [ ./users/gandalf ];
}
];
};
};
};
}