This commit is contained in:
Don Harper 2024-06-29 18:40:38 -05:00
parent e8044912c0
commit 611cd25502
3 changed files with 54 additions and 0 deletions

View file

@ -85,6 +85,10 @@
modules = [ ./hosts/fred ];
specialArgs = { inherit inputs outputs; };
};
vm = lib.nixosSystem {
modules = [ ./hosts/vm ];
specialArgs = { inherit inputs outputs; };
};
harper2 = lib.nixosSystem {
modules = [ ./hosts/harper2 ];
specialArgs = { inherit inputs outputs; };