diff options
author | lassulus <lass@blue.r> | 2018-06-27 23:37:25 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-27 23:37:25 +0200 |
commit | 2395f5cf47292f2eee7f65cafeecec9bb800765c (patch) | |
tree | 0ad2eab535152fd1650ac47a9223d52b2e522725 /lass/1systems | |
parent | d87e52d7cd10fc042d104fc8a77552896d865ee4 (diff) |
l prism.r xmonad-stockholm: add add jeschli push access
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism/config.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 780403813..2626ebf33 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -195,6 +195,16 @@ with import <stockholm/lib>; jeschli-bolide jeschli-brauerei ]; + repo = [ config.krebs.git.repos.xmonad-stockholm ]; + perm = with git; push "refs/heads/jeschli*" [ fast-forward non-fast-forward create delete merge ]; + } + { + user = with config.krebs.users; [ + jeschli + jeschli-bln + jeschli-bolide + jeschli-brauerei + ]; repo = [ config.krebs.git.repos.stockholm ]; perm = with git; push "refs/heads/staging/jeschli*" [ fast-forward non-fast-forward create delete merge ]; } |