aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/git.nix
blob: 31af80e09378b2e69eaceff40e8e94c6b9f16bb7 (plain)
1
2
3
4
5
6
7
{
  programs.git = {
    enable = true;
    settings.pull.rebase = true;
    signing.format = null;
  };
}