Skip to content

Commit

Permalink
[chore}: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Jan 1, 2024
1 parent dd10541 commit bffcbf2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions home/modules/programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@
userName = "rxyhn";
userEmail = "[email protected]";
signing = {
key = "${config.home.homeDirectory}/.ssh/id_ed25519";
key = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
signByDefault = true;
};
extraConfig = {
init = {defaultBranch = "main";};
delta = {line-numbers = true;};
branch.autosetupmerge = "true";
gpg = {
format = "ssh";
ssh.allowedSignersFile = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
};
gpg.format = "ssh";
push.default = "current";
merge.stat = "true";
core.whitespace = "fix,-indent-with-non-tab,trailing-space,cr-at-eol";
Expand Down

0 comments on commit bffcbf2

Please sign in to comment.