diff options
| author | lassulus <lass@aidsballs.de> | 2015-07-23 02:26:42 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-07-23 02:26:42 +0200 |
| commit | 10b10c59c24e1580889311e2c1a0ea7f3300e813 (patch) | |
| tree | 8249b4e2713aeabdf4a9d1aeee4c38e1a527e487 /3modules/tv/git.nix | |
| parent | 264a24c5346b926366b5e5716c26af64de398572 (diff) | |
| parent | 27fe9055334443370a86307ed08d51b2606f509d (diff) | |
Merge branch 'tv' into master
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 8d2ab48..8c73d03 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; }; |
