diff options
author | lassulus <lassulus@lassul.us> | 2017-12-12 17:51:49 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-12 17:51:49 +0100 |
commit | 8bad968312cbf384444aabcc333b802ec141b09e (patch) | |
tree | 17406baa65ef1b607bf296699a64b3126a5a4f57 | |
parent | 01e608ac6b76f2a1dc7316a308e30114f9b0d1d3 (diff) |
l prism.r: add jescli stockholm permissions
-rw-r--r-- | lass/1systems/prism/config.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index b18abf509..87270b8b8 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -287,6 +287,15 @@ in { } <stockholm/krebs/2configs/reaktor-krebs.nix> <stockholm/lass/2configs/dcso-dev.nix> + { + krebs.git.rules = [ + { + user = [ config.krebs.users.jeschli ]; + repo = [ config.krebs.git.repos.stockholm ]; + perm = with git; push "refs/heads/staging/jeschli" [ fast-forward non-fast-forward create delete merge ]; + } + ]; + } ]; krebs.build.host = config.krebs.hosts.prism; |