mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
wstunnel: run the VM test on Linux only
This commit is contained in:
parent
ae5064f6ce
commit
bf8c66fc22
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user