This commit is contained in:
2025-07-03 15:52:30 +00:00
parent 4f279de5fb
commit cc6860ec69
4 changed files with 66 additions and 2 deletions

View File

@@ -49,6 +49,13 @@
globalModules
++ [./hosts/odroid8];
};
opti1 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs;};
modules =
globalModules
++ [./hosts/opti1];
};
};
};
}