diff options
author | lassulus <lass@aidsballs.de> | 2016-06-28 17:30:54 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-28 17:41:15 +0200 |
commit | 179502bb0a5d47f6dca68a8ee87a57e833332ece (patch) | |
tree | 65c82476e08d730dcf5c791fb9869011da323295 /lass | |
parent | 8fd02a0cccc3cda258956fe400997a2e3ede496d (diff) |
l 2 repo-sync: add access for lass accs
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/repo-sync.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lass/2configs/repo-sync.nix b/lass/2configs/repo-sync.nix index afe2abb62..45a4e2afd 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 ]; }; |