pulseaudio module: set cookie env variable if running in systen wide mode
This commit is contained in:
parent
ea412cd5a1
commit
c5607ceec5
|
@ -280,6 +280,8 @@ in {
|
|||
RestartSec = "500ms";
|
||||
};
|
||||
};
|
||||
|
||||
environment.variables.PULSE_COOKIE = "${stateDir}/.config/pulse/cookie";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue