summaryrefslogtreecommitdiffstats
path: root/nin/2configs/git.nix
diff options
context:
space:
mode:
authornin <nin@c-base.org>2018-01-03 18:11:48 +0100
committernin <nin@c-base.org>2018-01-03 18:11:48 +0100
commit5c2bcf914efc5a88954a3c20b7e790fb31a77847 (patch)
treea7bec71b5f586e8901a9a2c342c077c82f4ba28e /nin/2configs/git.nix
parent2a093fb7734d32e5291cbb2f63724b3c0789e7c1 (diff)
nin axon: set up ssh keys
Diffstat (limited to 'nin/2configs/git.nix')
-rw-r--r--nin/2configs/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nin/2configs/git.nix b/nin/2configs/git.nix
index 2a86046..9ebbaab 100644
--- a/nin/2configs/git.nix
+++ b/nin/2configs/git.nix
@@ -53,7 +53,7 @@ let
with git // config.krebs.users;
repo:
singleton {
- user = [ nin ];
+ user = [ nin nin_h ];
repo = [ repo ];
perm = push "refs/*" [ non-fast-forward create delete merge ];
} ++