mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-11 06:52:00 +00:00
fix odroid7 and 6
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -28,6 +28,20 @@
|
|||||||
globalModules
|
globalModules
|
||||||
++ [./hosts/odroid5];
|
++ [./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 {
|
odroid8 = nixpkgs.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
|
|||||||
Reference in New Issue
Block a user