i can use nixops to generate multiple virtual machine on single physical machine.
current i have 10 physical machine, i build three virtual machine on each one, how i group them to a bigger cluster for their private network using nixops configuration?
Your best bet would probably be to define an openvswitch on each of your 10 servers, then create a GRE mesh between them using openvswitch, and finally hook the VMs into each openvswitch bridge.
i can use nixops to generate multiple virtual machine on single physical machine.
current i have 10 physical machine, i build three virtual machine on each one, how i group them to a bigger cluster for their private network using nixops configuration?