mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
pulseaudio service: Use the configured pulseaudio package instead of the default.
This commit is contained in:
parent
4a0f707f71
commit
cd0da98b03
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user