Set up 'andromache' host

This commit is contained in:
2025-11-17 19:06:35 +01:00
parent bdd959f3df
commit c8dbef379e
4 changed files with 124 additions and 0 deletions

View File

@@ -64,6 +64,10 @@
modules = [ ./hosts/vm/configuration.nix ];
specialArgs = { inherit inputs; };
};
andromache = nixpkgs.lib.nixosSystem {
modules = [ ./hosts/andromache/configuration.nix ];
specialArgs = { inherit inputs; };
};
astyanax = nixpkgs.lib.nixosSystem {
modules = [ ./hosts/astyanax/configuration.nix ];
specialArgs = { inherit inputs; };