waifud/cmd/mkvm
Cadey Ratio 726b3e22ce hash updates
Signed-off-by: Christine Dodrill <me@christine.website>
2021-06-06 11:45:32 +00:00
..
README.md update README 2021-05-30 14:53:32 -04:00
main.go hash updates 2021-06-06 11:45:32 +00:00
main_test.go waifud rebrand 2021-05-30 14:41:22 -04:00
nixos.go waifud rebrand 2021-05-30 14:41:22 -04:00

README.md

mkvm

Makes a virtual machine from a bunch of templates using cloud-init userdata to customize them.

This is an experimental tool I made for testing this Tailscale PR. Normally I assume that this kind of stuff is very unsupported, however in this case I want to make an exception and mention this explicitly: this tool is an unsupported thing I made only to scratch an itch I've been having. If you want this tool to be supported, please contact me and arrange for a license and payment.

This has only been tested on and assumes that it is running on NixOS with a zfs root filesystem. You may need to create the parent zfs volume for VM disks with a command like this:

$ sudo zfs create -o mountpoint=none rpool/mkvm-test

Do not be surprised if this misbehaves. You have been warned.