Updated new config for use on servers

This commit is contained in:
Don Harper 2024-04-03 16:03:23 -05:00
parent ab6f92e38d
commit 24725d0217
4 changed files with 53 additions and 4 deletions

View file

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