feat: Add git ssh key signing

This commit is contained in:
uttarayan21
2024-06-21 14:19:52 +05:30
parent 85b9c871db
commit f1e5322784

View File

@@ -175,6 +175,13 @@ in {
merge.conflictStyle = "diff3";
diff.colorMoved = "default";
push.autoSetupRemote = true;
user.signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJfKKrX8yeIHUUury0aPwMY6Ha+BJyUR7P0Gqid90ik/";
gpg.format = "ssh";
commit.gpgsign = true;
pull = {
rebase = true;
};
"gpg \"ssh\"".program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign";
};
};
nix-index = {