summaryrefslogtreecommitdiffstats
path: root/2configs/git/cgit-retiolum.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-02-04 14:35:29 +0100
committermakefu <github@syntax-fehler.de>2017-02-04 14:35:29 +0100
commit1710c4077f7c5371b5fa55c86b2d679c8654cc9f (patch)
tree642128d41be3f18199c759e670ce526b059f105a /2configs/git/cgit-retiolum.nix
parent137962b38640143b800b5cbd0eb632b4d70c1136 (diff)
Apply stashed changes
sorry
Diffstat (limited to '2configs/git/cgit-retiolum.nix')
-rw-r--r--2configs/git/cgit-retiolum.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/git/cgit-retiolum.nix b/2configs/git/cgit-retiolum.nix
index 553a23972..81a5cde81 100644
--- a/2configs/git/cgit-retiolum.nix
+++ b/2configs/git/cgit-retiolum.nix
@@ -26,6 +26,7 @@ let
priv-repos = mapAttrs make-priv-repo {
autosync = { };
+ pass = { };
};
connector-repos = mapAttrs make-priv-repo {
@@ -61,7 +62,7 @@ let
# TODO: get the list of all krebsministers
krebsminister = with config.krebs.users; [ lass tv ];
- all-makefu = with config.krebs.users; [ makefu makefu-omo makefu-tsp makefu-vbob ];
+ all-makefu = with config.krebs.users; [ makefu makefu-omo makefu-tsp makefu-vbob makefu-tempx ];
all-exco = with config.krebs.users; [ exco ];
priv-rules = repo: set-owners repo all-makefu;