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

View File

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