From 34f57f4e6c0746ffaf9ca17f411292a21066a85d Mon Sep 17 00:00:00 2001 From: Malte Tammena Date: Fri, 1 Nov 2024 19:54:17 +0100 Subject: [PATCH] feat(host/cerithium-telescopium): increase network buffer for snapcast --- hosts/cerithium-telescopium/audio-server.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/cerithium-telescopium/audio-server.nix b/hosts/cerithium-telescopium/audio-server.nix index fe63128..73f1c03 100644 --- a/hosts/cerithium-telescopium/audio-server.nix +++ b/hosts/cerithium-telescopium/audio-server.nix @@ -37,6 +37,7 @@ in { enable = true; openFirewall = true; http.docRoot = "${pkgs.snapweb}/"; + buffer = 500; streams = { pipewire = { type = "pipe";