wstunnel: run the VM test on Linux only

This commit is contained in:
r-vdp 2024-10-03 11:50:43 +02:00
parent ae5064f6ce
commit bf8c66fc22
No known key found for this signature in database

View File

@ -1,3 +1,5 @@
{ lib, ... }:
let
certs = import ./common/acme/server/snakeoil-certs.nix;
domain = certs.domain;
@ -6,6 +8,8 @@ in
{
name = "wstunnel";
meta.platforms = lib.platforms.linux;
nodes = {
server = {
virtualisation.vlans = [ 1 ];