Skip to content

Commit

Permalink
turn on commit signing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 29, 2022
1 parent beefe1d commit 6a92e3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotfiles/git/default.nix
Expand Up @@ -55,6 +55,11 @@ in {
whitespace-error-style = "22 reverse";
};
};

signing = {
key = null;
signByDefault = true;
};
};

programs.gh.enable = true;
Expand Down

0 comments on commit 6a92e3a

Please sign in to comment.