diff options
Diffstat (limited to 'modules/git.home.nix')
| -rw-r--r-- | modules/git.home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix index f3cc423..a8b9b12 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -37,7 +37,7 @@ }; #"pull" = { rebase = true; }; }; - #signing.key = "GPG-KEY-ID"; - #signing.signByDefault = true; + signing.key = "AAAB13AE8B82A5267C1A35D7E1B701723EA37849"; + signing.signByDefault = true; }; } |
