diff options
author | tv <tv@krebsco.de> | 2018-12-02 20:16:16 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-02 20:16:16 +0100 |
commit | eb32d03802a780eda448658e2157028d3b177430 (patch) | |
tree | cab8dacd3f1ac71fdbe425131702f8169d9501c5 /krebs/3modules | |
parent | 145723a8e4d8cb51386cec51b871e3056fb62372 (diff) |
github-hosts-sync service: use genid_uint31
Refs https://github.com/systemd/systemd/issues/11026
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/github-hosts-sync.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix index e6db3aa42..3b626dc46 100644 --- a/krebs/3modules/github-hosts-sync.nix +++ b/krebs/3modules/github-hosts-sync.nix @@ -57,7 +57,7 @@ let user = rec { name = "github-hosts-sync"; - uid = genid name; + uid = genid_uint31 name; }; # TODO move to lib? |