diff options
author | makefu <github@syntax-fehler.de> | 2015-12-26 10:51:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-26 10:51:18 +0100 |
commit | ed4db71add7e279625e70be915b0cec47eb6be3e (patch) | |
tree | 195624e743f9e5e6bcc7c2ad2f5c66b00c08a3d7 /tv/3modules/consul.nix | |
parent | cef2be532b0cc76071b0b3515fc71214b37591f0 (diff) | |
parent | 763f0db52ad45eef6e09d7982cd0f6cd898857e3 (diff) |
Merge remote-tracking branch 'cd/master'
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 |