mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pulseaudio: set DISPLAY
This commit is contained in:
parent
6d16ececdd
commit
eba3f92ef9
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ in {
|
|||
ExecStart = "${getBin cfg.package}/bin/pulseaudio --daemonize=no";
|
||||
Restart = "on-failure";
|
||||
};
|
||||
environment = { DISPLAY = ":${toString config.services.xserver.display}"; };
|
||||
};
|
||||
|
||||
sockets.pulseaudio = {
|
||||
|
|
Loading…
Reference in a new issue