6 lines
97 B
Nix
6 lines
97 B
Nix
{
|
|
services.warehouse = {
|
|
nodes.host = [ "VEGAS" ];
|
|
nixos.host = [ ./host.nix ];
|
|
};
|
|
}
|