Skip to content

Commit

Permalink
home/modules/git: enable "signByDefault"
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Oct 18, 2023
1 parent 765046b commit db0aaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/lyc/modules/programs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
enable = lib.mkDefault true;
signing = {
key = "296C3FEFEA88ABC5!";
signByDefault = false;
signByDefault = true;
};
extraConfig = {
init.defaultBranch = "main";
Expand Down

0 comments on commit db0aaad

Please sign in to comment.