summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-02 20:16:16 +0100
committertv <tv@krebsco.de>2018-12-02 20:16:16 +0100
commiteb32d03802a780eda448658e2157028d3b177430 (patch)
treecab8dacd3f1ac71fdbe425131702f8169d9501c5
parent145723a8e4d8cb51386cec51b871e3056fb62372 (diff)
github-hosts-sync service: use genid_uint31
Refs https://github.com/systemd/systemd/issues/11026
-rw-r--r--krebs/3modules/github-hosts-sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github-hosts-sync.nix
index e6db3aa4..3b626dc4 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?