mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
fix odroid7 and 6
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -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;};
|
||||
|
||||
Reference in New Issue
Block a user