summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-02 19:25:56 +0100
committertv <tv@krebsco.de>2018-12-02 19:25:56 +0100
commit0fe643ba5050e05991ac1c1e8a9cc7f8038ca2e1 (patch)
treedd4fe201bac79e7e1d9e79c15cb2569539f11d62
parentc5e758ca583770344b067237b3f43844b2745930 (diff)
tv pulse: use genid_uint31
Refs https://github.com/systemd/systemd/issues/11026
-rw-r--r--tv/2configs/pulse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix
index c051b42..2e679bd 100644
--- a/tv/2configs/pulse.nix
+++ b/tv/2configs/pulse.nix
@@ -95,7 +95,7 @@ in
users = {
groups.pulse.gid = config.users.users.pulse.uid;
users.pulse = {
- uid = genid "pulse";
+ uid = genid_uint31 "pulse";
group = "pulse";
extraGroups = [ "audio" ];
home = "${runDir}/home";