diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:09:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-03-03 23:09:03 +0530 |
| commit | e160c24728bad4076f148b0a31de92f88df365d8 (patch) | |
| tree | 3c8c2e9e75f189ba34f6e140319a74f511bf5c81 /modules/git.home.nix | |
| parent | bba9d09328c19d948914628666925510ee6abf88 (diff) | |
| download | nixos-config-e160c24728bad4076f148b0a31de92f88df365d8.tar.gz nixos-config-e160c24728bad4076f148b0a31de92f88df365d8.zip | |
config sync
Diffstat (limited to '')
| -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; }; } |
