aboutsummaryrefslogtreecommitdiff
path: root/home/git
diff options
context:
space:
mode:
Diffstat (limited to 'home/git')
-rw-r--r--home/git/default.nix1
1 files changed, 1 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"