summary refs log tree commit diff
path: root/nixos/modules/services/networking/shairport-sync.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-01-02 19:07:33 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2019-01-02 19:17:22 +0100
commit0ea65cd96c8dc747d2e29efbeb51bca42946db6b (patch)
tree812b33890911b3d0f242f225698e128267acd22e /nixos/modules/services/networking/shairport-sync.nix
parent88c516dd55d2be258b415b13eee3f43b3467eabb (diff)
downloadnixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.tar
nixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.tar.gz
nixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.tar.bz2
nixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.tar.lz
nixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.tar.xz
nixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.tar.zst
nixpkgs-0ea65cd96c8dc747d2e29efbeb51bca42946db6b.zip
shairport-sync service: fix default arguments
Diffstat (limited to 'nixos/modules/services/networking/shairport-sync.nix')
-rw-r--r--nixos/modules/services/networking/shairport-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/shairport-sync.nix b/nixos/modules/services/networking/shairport-sync.nix
index 90c0689dc7b..68e005ab81d 100644
--- a/nixos/modules/services/networking/shairport-sync.nix
+++ b/nixos/modules/services/networking/shairport-sync.nix
@@ -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.