From f5b0542cb1c1b7a98417b902756848bc9ba51f7e Mon Sep 17 00:00:00 2001 From: Alexandre Macabies Date: Thu, 25 Mar 2021 03:55:46 +0100 Subject: nixos/snapserver: add support for meta stream type introduced in 0.23.0 --- nixos/tests/snapcast.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/tests/snapcast.nix') diff --git a/nixos/tests/snapcast.nix b/nixos/tests/snapcast.nix index 2fef6362514..ef35d586c9c 100644 --- a/nixos/tests/snapcast.nix +++ b/nixos/tests/snapcast.nix @@ -34,6 +34,10 @@ in { type = "tcp"; location = "127.0.0.1:${toString tcpStreamPort}"; }; + meta = { + type = "meta"; + location = "/mpd/bluetooth/tcp"; + }; }; }; }; -- cgit 1.4.1