From bf8c66fc22a5de0d5982922175d234e5edf379d2 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Thu, 3 Oct 2024 11:50:43 +0200 Subject: [PATCH] wstunnel: run the VM test on Linux only --- nixos/tests/wstunnel.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tests/wstunnel.nix b/nixos/tests/wstunnel.nix index 7a0a8ce3496a..753f78061e7b 100644 --- a/nixos/tests/wstunnel.nix +++ b/nixos/tests/wstunnel.nix @@ -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 ];