1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pulseaudio module: set cookie env variable if running in systen wide mode

This commit is contained in:
Jaka Hudoklin 2016-12-04 22:05:15 +01:00
parent ea412cd5a1
commit c5607ceec5

View file

@ -280,6 +280,8 @@ in {
RestartSec = "500ms";
};
};
environment.variables.PULSE_COOKIE = "${stateDir}/.config/pulse/cookie";
})
];