Merge pull request 'fix(git): use correct ssh key' (#59) from fix-git-ssh-sign-key into main

Reviewed-on: #59
This commit is contained in:
buffet 2024-07-15 16:45:16 +00:00
commit 0f5fa44d6b

View file

@ -40,7 +40,7 @@
}; };
user = { user = {
signingKey = "~/.ssh/id_buffet"; signingKey = "~/.ssh/id_buffet_ecdsa";
}; };
}; };
}; };