diff options
author | tv <tv@krebsco.de> | 2018-12-02 19:25:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-02 19:25:56 +0100 |
commit | 0fe643ba5050e05991ac1c1e8a9cc7f8038ca2e1 (patch) | |
tree | dd4fe201bac79e7e1d9e79c15cb2569539f11d62 /tv/2configs/pulse.nix | |
parent | c5e758ca583770344b067237b3f43844b2745930 (diff) |
tv pulse: use genid_uint31
Refs https://github.com/systemd/systemd/issues/11026
Diffstat (limited to 'tv/2configs/pulse.nix')
-rw-r--r-- | tv/2configs/pulse.nix | 2 |
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"; |