From cd0da98b033febbaacd03f64fbf73fc01fe25d03 Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Tue, 23 Jul 2013 19:05:26 +0200 Subject: [PATCH] pulseaudio service: Use the configured pulseaudio package instead of the default. --- modules/config/pulseaudio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/pulseaudio.nix b/modules/config/pulseaudio.nix index 1043cca2be7..696f0dc1067 100644 --- a/modules/config/pulseaudio.nix +++ b/modules/config/pulseaudio.nix @@ -132,7 +132,7 @@ in { description = "PulseAudio system-wide server"; wantedBy = [ "sound.target" ]; before = [ "sound.target" ]; - path = [ pulseaudio ]; + path = [ cfg.package ]; environment.PULSE_RUNTIME_PATH = pulseRuntimePath; preStart = '' mkdir -p --mode 755 ${pulseRuntimePath}