Commit ea07a66

HPCesia <me@hpcesia.com>
2026-06-30 16:44:24
Add git alias for self host Forgejo instance
1 parent eccf478
Changed files (1)
modules
users
hpcesia
modules/users/hpcesia/default.nix
@@ -27,6 +27,9 @@
               "ssh://git@codeberg.org/HPCesia" = {
                 insteadOf = "https://codeberg.org/HPCesia";
               };
+              "ssh://git@git.net.trin.one/HPCesia" = {
+                insteadOf = "https://git.net.trin.one/HPCesia";
+              };
             };
           }
         ]))