diff options
author | tv <tv@shackspace.de> | 2015-07-22 19:25:51 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-22 19:25:51 +0200 |
commit | 14ac6d3bba12f07bd8aa79221b9c64469fe03046 (patch) | |
tree | d95b3ded9f586e40f4d09abbd3b09aeec73f97ed /3modules/tv/git.nix | |
parent | cf53d56a92a67d0210d126acb60270ee5a4b4a21 (diff) |
* tv: regen ids
Diffstat (limited to '3modules/tv/git.nix')
-rw-r--r-- | 3modules/tv/git.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/3modules/tv/git.nix b/3modules/tv/git.nix index 8d2ab482d..8c73d0354 100644 --- a/3modules/tv/git.nix +++ b/3modules/tv/git.nix @@ -149,7 +149,7 @@ let shell = "/bin/sh"; openssh.authorizedKeys.keys = mapAttrsToList (_: makeAuthorizedKey git-ssh-command) cfg.users; - uid = 112606723; # genid git + uid = 129318403; # genid git }; }; @@ -237,13 +237,13 @@ let fcgitwrap-user = { name = "fcgiwrap"; - uid = 2851179180; # genid fcgiwrap + uid = 2867890860; # genid fcgiwrap group = "fcgiwrap"; }; fcgitwrap-group = { - name = "fcgiwrap"; - gid = 2851179180; # genid fcgiwrap + name = fcgitwrap-user.name; + gid = fcgitwrap-user.uid; }; |