diff options
author | tv <tv@krebsco.de> | 2015-12-26 05:55:13 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-12-26 05:58:37 +0100 |
commit | b9f985bea8f034bb4abaee7500159241fd795ec0 (patch) | |
tree | 6f036c7cc2a182049ee9029fbe55cb18857b67ee /tv/3modules/consul.nix | |
parent | 563340823614d3e48606aad7b86dba5855d821a9 (diff) |
{pkgs => lib}.genid
Diffstat (limited to 'tv/3modules/consul.nix')
-rw-r--r-- | tv/3modules/consul.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/3modules/consul.nix b/tv/3modules/consul.nix index ccdee07..5c955fd 100644 --- a/tv/3modules/consul.nix +++ b/tv/3modules/consul.nix @@ -109,9 +109,9 @@ let }; }; - user = { + user = rec { name = "consul"; - uid = 2999951406; # genid consul + uid = genid name; }; in |