mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-04-05 20:43:00 +00:00
add odroid5
This commit is contained in:
@@ -21,6 +21,13 @@
|
|||||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
odroid5 = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "aarch64-linux";
|
||||||
|
specialArgs = {inherit inputs;};
|
||||||
|
modules =
|
||||||
|
globalModules
|
||||||
|
++ [./hosts/odroid5];
|
||||||
|
};
|
||||||
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