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 | 1298a51af8626bc0b573b3c3371c7bea6cb91421 (patch) | |
| tree | 5e94deb4ea2b70a2939e8df57ae0815eedeb4760 /tv/3modules/consul.nix | |
| parent | 8a4f301afb38ed9a2a51efec1a51dba8be69db7b (diff) | |
| parent | b9f985bea8f034bb4abaee7500159241fd795ec0 (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 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 |
