latoure devices added

This commit is contained in:
Charles 2024-12-01 14:11:42 -05:00
parent 4d32e947cd
commit 61f5bff8d4
3 changed files with 227 additions and 0 deletions

View file

@ -16,6 +16,14 @@
./modules
];
};
latoure = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
system = "x86_64-linux";
modules = [
./devices/latoure/configuration.nix
./modules
];
};
pi = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
system = "aarch64-linux";