shairport-sync service: fix default arguments

This commit is contained in:
Franz Pletz 2019-01-02 19:07:33 +01:00
parent 88c516dd55
commit 0ea65cd96c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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.