From 47d6de1f1b716b136e99fcbb2307bd3444adae96 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Fri, 22 Mar 2024 07:46:31 +1000
Subject: [PATCH] build02/nixpkgs-update/gitconfig: use ssh for push

---
 hosts/build02/gitconfig.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hosts/build02/gitconfig.txt b/hosts/build02/gitconfig.txt
index ed419a6..b5532b3 100644
--- a/hosts/build02/gitconfig.txt
+++ b/hosts/build02/gitconfig.txt
@@ -1,3 +1,6 @@
 [user]
         email = ryantm-bot@ryantm.com
         name = R. Ryantm
+
+[url "git@github.com:"]
+        pushInsteadOf = https://github.com/