about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/git/default.nix1
-rw-r--r--home/pass/git-pass-mapping.ini3
2 files changed, 4 insertions, 0 deletions
diff --git a/home/git/default.nix b/home/git/default.nix
index 3dc2dd0..7e6cd15 100644
--- a/home/git/default.nix
+++ b/home/git/default.nix
@@ -27,6 +27,7 @@ in {
       extraConfig = {
         "credential \"https://github.com\"" = { username = "fcuny"; };
         "credential \"https://git.fcuny.net\"" = { username = "fcuny"; };
+        "credential \"https://cl.fcuny.net\"" = { username = "fcuny"; };
       };
       ignores = [
         "*.elc"
diff --git a/home/pass/git-pass-mapping.ini b/home/pass/git-pass-mapping.ini
index 5c5177b..28b7a12 100644
--- a/home/pass/git-pass-mapping.ini
+++ b/home/pass/git-pass-mapping.ini
@@ -7,3 +7,6 @@ target=git/github.com
 
 [git.fcuny.net*]
 target=git/git.fcuny.net
+
+[cl.fcuny.net*]
+target=git/cl.fcuny.net