tstest/integration/vms: test on stable nixos (21.11)

I would like to do some more customized integration tests in the future,
(specifically, bringing up a mitm proxy and testing tailscaled through that)
so hoping to bring back the nixos wiring to support that.

Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
Tom DNetto
2022-04-11 11:58:06 -07:00
committed by Tom
parent 8226f1482c
commit 8f6d8cf979
5 changed files with 32 additions and 2 deletions

View File

@ -20,6 +20,7 @@ type Distro struct {
MemoryMegs int // VM memory in megabytes
PackageManager string // yum/apt/dnf/zypper
InitSystem string // systemd/openrc
HostGenerated bool // generated image rather than downloaded
}
func (d *Distro) InstallPre() string {