latoure devices added
This commit is contained in:
parent
4d32e947cd
commit
61f5bff8d4
3 changed files with 227 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue