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
@@ -188,6 +188,16 @@ with import <stockholm/lib>;
         ];
       };
       krebs.git.rules = [
+        {
+          user = with config.krebs.users; [
+            jeschli
+            jeschli-bln
+            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