From c1dd3f6011b62ae242c86860ffb0a53770efe12d Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 11 Sep 2023 21:47:11 +0200 Subject: [PATCH] Remove super verbose output parameter --- config/hosts/audio/shairport-sync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/audio/shairport-sync.nix b/config/hosts/audio/shairport-sync.nix index f8b1a29..5aac887 100644 --- a/config/hosts/audio/shairport-sync.nix +++ b/config/hosts/audio/shairport-sync.nix @@ -3,6 +3,6 @@ services.shairport-sync = { enable = true; openFirewall = true; - arguments = "-vvv -o alsa -- -d plughw:1,0 -r 48000"; + arguments = "-v -o alsa -- -d plughw:1,0 -r 48000"; }; }