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 | 763f0db52ad45eef6e09d7982cd0f6cd898857e3 (patch) | |
tree | 77594d44153f6d6602783718d491024e40bd4423 /tv/3modules/consul.nix | |
parent | a226298f4d545ea66b830833ef9f19c1785a4546 (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 ccdee07f5..5c955fdb5 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 |