forked from CCCHH/nix-infra
Remove super verbose output parameter
This commit is contained in:
parent
096f2ffa91
commit
c1dd3f6011
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue