fix odroid7 and 6

This commit is contained in:
2023-11-21 18:56:55 +00:00
parent 9280e8d7a8
commit 3198e5f107

View File

@@ -28,6 +28,20 @@
globalModules
++ [./hosts/odroid5];
};
odroid6 = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {inherit inputs;};
modules =
globalModules
++ [./hosts/odroid6];
};
odroid7 = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {inherit inputs;};
modules =
globalModules
++ [./hosts/odroid7];
};
odroid8 = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {inherit inputs;};