does this work

This commit is contained in:
notgne2 2022-10-09 17:12:20 -07:00
parent fb615593f3
commit 86179e6fa5
No known key found for this signature in database
2 changed files with 134 additions and 1 deletions

View file

@ -259,8 +259,15 @@ in {
'';
programs.git = {
signing.key = "70420458F2C01295";
signing.key = null;
signing.signByDefault = true;
iniContent = {
gpg.format = "ssh";
gpg.ssh.defaultKeyCommand = toString (pkgs.writeShellScript "git-ssh-key" ''
echo -n 'key::'
ssh-add -L
'');
};
enable = true;
lfs.enable = true;
userName = "notgne2";