l 2 repo-sync: add access for lass accs

This commit is contained in:
lassulus 2016-06-28 17:30:54 +02:00
parent 8fd02a0ccc
commit 179502bb0a

View File

@ -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 ];
};