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