summaryrefslogtreecommitdiffstats
path: root/lass/2configs/repo-sync.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-06-28 17:30:54 +0200
committerlassulus <lass@aidsballs.de>2016-06-28 17:41:15 +0200
commit179502bb0a5d47f6dca68a8ee87a57e833332ece (patch)
tree65c82476e08d730dcf5c791fb9869011da323295 /lass/2configs/repo-sync.nix
parent8fd02a0cccc3cda258956fe400997a2e3ede496d (diff)
l 2 repo-sync: add access for lass accs
Diffstat (limited to 'lass/2configs/repo-sync.nix')
-rw-r--r--lass/2configs/repo-sync.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix
index afe2abb6..45a4e2af 100644
--- a/lass/2configs/repo-sync.nix
+++ b/lass/2configs/repo-sync.nix
@@ -22,7 +22,11 @@ let
};
in {
rules = with git; singleton {
- user = [ config.krebs.users."${config.networking.hostName}-repo-sync" ];
+ user = with config.krebs.users; [
+ config.krebs.users."${config.networking.hostName}-repo-sync"
+ lass
+ lass-shodan
+ ];
repo = [ repo ];
perm = push ''refs/*'' [ non-fast-forward create delete merge ];
};