Re-work ssh-based signing

This commit is contained in:
Gene Liverman 2026-03-22 19:15:57 -04:00
parent e645668621
commit 4df74ad638
No known key found for this signature in database
5 changed files with 21 additions and 21 deletions

View file

@ -158,6 +158,11 @@ in
user = {
name = "Gene Liverman";
};
signing = {
format = "ssh";
key = "${config.home.homeDirectory}/.ssh/id_ed25519";
signByDefault = true;
};
};
}; # end git
irssi.enable = true;