about summary refs log tree commit diff
path: root/home/git/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-05 12:37:49 -0700
committerFranck Cuny <franck@fcuny.net>2022-11-05 12:37:49 -0700
commit91b61ed9b03bb91088704ca0d0dd626d3039b400 (patch)
tree956e25cd0966c3cbffe0f18726cffba42390bafd /home/git/default.nix
parentfeat(tools/import-gh-to-gitea): script to import my repositories (diff)
downloadworld-91b61ed9b03bb91088704ca0d0dd626d3039b400.tar.gz
ref(home/git): update mapping for the git-helper
Diffstat (limited to '')
-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 407bd88..bfb6fd8 100644
--- a/home/git/default.nix
+++ b/home/git/default.nix
@@ -41,6 +41,7 @@ in
       userEmail = "franck@fcuny.net";
       extraConfig = {
         "credential \"https://github.com\"" = { username = "fcuny"; };
+        "credential \"https://git.fcuny.net\"" = { username = "fcuny"; };
       };
       ignores = [
         "*.elc"