mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Re-work ssh-based signing
This commit is contained in:
parent
e645668621
commit
4df74ad638
5 changed files with 21 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue