summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-07-23 11:20:32 +0200
committertv <tv@krebsco.de>2016-07-23 11:20:32 +0200
commite7558682acf82394996ec276a7f8fc79e841e5b0 (patch)
treeb357731b9889ecc13359d1778756d3b296ae01b7 /tv/2configs
parent427fedc44eebe7bc96e443dfa32febd724ba67eb (diff)
tv git: allow all users to fetch public repos
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix
index 4bc9713..fd38754 100644
--- a/tv/2configs/git.nix
+++ b/tv/2configs/git.nix
@@ -101,7 +101,7 @@ let
perm = push "refs/*" [ non-fast-forward create delete merge ];
} ++
optional repo.public {
- user = [ lass makefu ];
+ user = attrValues config.krebs.users;
repo = [ repo ];
perm = fetch;
} ++