summaryrefslogtreecommitdiffstats
path: root/3modules/tv/git.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-22 19:25:51 +0200
committertv <tv@shackspace.de>2015-07-22 19:25:51 +0200
commit14ac6d3bba12f07bd8aa79221b9c64469fe03046 (patch)
treed95b3ded9f586e40f4d09abbd3b09aeec73f97ed /3modules/tv/git.nix
parentcf53d56a92a67d0210d126acb60270ee5a4b4a21 (diff)
* tv: regen ids
Diffstat (limited to '3modules/tv/git.nix')
-rw-r--r--3modules/tv/git.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/3modules/tv/git.nix b/3modules/tv/git.nix
index 8d2ab482..8c73d035 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;
};