diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-13 18:59:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-13 18:59:07 -0700 |
| commit | aa67ff926c2ff0fd2af51a0a522fd37f6f080c31 (patch) | |
| tree | 6a76d8529c4f1e3462f8c46bdec6c8a370a190a8 /home/git/default.nix | |
| parent | home/passage: delete all references to password-store (diff) | |
| download | infra-aa67ff926c2ff0fd2af51a0a522fd37f6f080c31.tar.gz | |
home/git: some cleanup
- add a comment for each ssh-key that is not stored on a yubikey
- simplify the git commit template
- remove some extra config that I don't need
Diffstat (limited to 'home/git/default.nix')
| -rw-r--r-- | home/git/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/git/default.nix b/home/git/default.nix index 3e0ea08..e840f54 100644 --- a/home/git/default.nix +++ b/home/git/default.nix @@ -55,10 +55,6 @@ in }; userName = "Franck Cuny"; userEmail = "franck@fcuny.net"; - extraConfig = { - "credential \"https://github.com\"" = { username = "fcuny"; }; - "credential \"https://git.fcuny.net\"" = { username = "fcuny"; }; - }; ignores = [ (builtins.readFile ./gitignore) ]; }; xdg.dataFile."git/commit.template" = { source = ./commit.template; }; |
