diff options
Diffstat (limited to 'hm/conf')
| -rw-r--r-- | hm/conf/git.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hm/conf/git.nix b/hm/conf/git.nix index a784234..b30e96e 100644 --- a/hm/conf/git.nix +++ b/hm/conf/git.nix @@ -13,8 +13,9 @@ in enable = true; lfs.enable = true; signing = { + format = "ssh"; + key = "~/.ssh/main_id_ed25519.pub"; signByDefault = true; - key = "EF69F2FB25C8B5A66918EA91A38ACEAB9656CD94"; }; settings = { user = { @@ -33,6 +34,9 @@ in ".direnv/" "secrets/*.tmp" ]; + extraConfig = { + gpg.ssh.program = "ssh-keygen"; + }; }; }; } |
