about summary refs log tree commit diff
path: root/nixos/modules/config/pulseaudio.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-15 06:07:50 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-20 10:01:06 -0500
commitb3317a020e6c961882cf99da16aa5ac8ffb762e2 (patch)
tree14755860ef51a215da401b34bace335c5c61defc /nixos/modules/config/pulseaudio.nix
parent2780894b1bf8d9541ad024fdbb8694e887ddd649 (diff)
downloadnixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.tar
nixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.tar.gz
nixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.tar.bz2
nixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.tar.lz
nixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.tar.xz
nixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.tar.zst
nixlib-b3317a020e6c961882cf99da16aa5ac8ffb762e2.zip
nixos/pulseaudio: don't use dev output at runtime
Diffstat (limited to 'nixos/modules/config/pulseaudio.nix')
-rw-r--r--nixos/modules/config/pulseaudio.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/config/pulseaudio.nix b/nixos/modules/config/pulseaudio.nix
index 642aedc3f242..1654d31cfeb4 100644
--- a/nixos/modules/config/pulseaudio.nix
+++ b/nixos/modules/config/pulseaudio.nix
@@ -98,9 +98,9 @@ in {
 
       package = mkOption {
         type = types.package;
-        default = pulseaudioLight;
-        defaultText = "pkgs.pulseaudioLight";
-        example = literalExample "pkgs.pulseaudioFull";
+        default = pulseaudioLight.out;
+        defaultText = "pkgs.pulseaudioLight.out";
+        example = literalExample "pkgs.pulseaudioFull.out";
         description = ''
           The PulseAudio derivation to use.  This can be used to enable
           features (such as JACK support, Bluetooth) via the