Commit ff48c04

HPCesia <me@hpcesia.com>
2025-05-31 18:09:04
feat(app): add git url ssh replacements
1 parent 9ed2826
Changed files (1)
home
base
home/base/core/git.nix
@@ -37,6 +37,9 @@
         "ssh://git@codeberg.org/HPCesia" = {
           insteadOf = "https://codeberg.org/HPCesia";
         };
+        "ssh://git@repo.hpcesia.com:2222/HPCesia" = {
+          insteadOf = "https://repo.hpcesia.com/HPCesia";
+        };
       };
     };