fix(coded): Update SSH config to follow new spec

Change-Id: I736201297ee88195a5492053d3b4f5f31415e93c
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/770
Reviewed-by: Samuel Shuert <coded@clicks.codes>
Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/coded@ocicat/default.nix b/homes/x86_64-linux/coded@ocicat/default.nix
index 55c0c8d..7edc711 100644
--- a/homes/x86_64-linux/coded@ocicat/default.nix
+++ b/homes/x86_64-linux/coded@ocicat/default.nix
@@ -50,9 +50,9 @@
     includes = [ "~/.ssh/config.d/*" ];
 
     matchBlocks = {
-      "ssh.clicks.codes" = {
-        port = 29418;
-        identityFile = "~/.ssh/ClicksGerrit";
+      "github.com" = {
+        user = "git";
+        identityFile = [ "~/.ssh/OnTheGo5cResident" ];
       };
       "greylag.minion" = {
         identityFile = [ "~/.ssh/OnTheGo5cResident" ];
@@ -60,6 +60,10 @@
       "shorthair" = {
         identityFile = [ "~/.ssh/OnTheGo5cResident" ];
       };
+      "git.auxolotl.org" = {
+        user = "forgejo";
+        identityFile = [ "~/.ssh/OnTheGo5cResident" ];
+      };
     };
   };