forked from mirrors/nixpkgs
shairport-sync service: fix default arguments
This commit is contained in:
parent
88c516dd55
commit
0ea65cd96c
|
@ -27,7 +27,7 @@ in
|
|||
};
|
||||
|
||||
arguments = mkOption {
|
||||
default = "-v pulse";
|
||||
default = "-v -o pa";
|
||||
description = ''
|
||||
Arguments to pass to the daemon. Defaults to a local pulseaudio
|
||||
server.
|
||||
|
|
Loading…
Reference in a new issue