From 179502bb0a5d47f6dca68a8ee87a57e833332ece Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 28 Jun 2016 17:30:54 +0200 Subject: l 2 repo-sync: add access for lass accs --- lass/2configs/repo-sync.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lass/2configs/repo-sync.nix') 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 ]; }; -- cgit v1.2.3