We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07c320 commit 15d4c13Copy full SHA for 15d4c13
machines/puma/programs/git/default.nix
@@ -1,9 +1,6 @@
1
# https://github.com/git/git
2
{
3
programs.git = {
4
- signing = {
5
- key = "~/.ssh/id_ed25519";
6
- };
7
settings = {
8
gpg = {
9
ssh = {
@@ -15,6 +12,9 @@
15
12
name = "@zimeg";
16
13
};
17
14
+ signing = {
+ key = "~/.ssh/id_ed25519";
+ };
18
19
home.file.".config/git/allowed_signers".text = ''
20
zim@o526.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDZQSWnGNtSoSAaK90h3FYsxTlevad8+BpTzR2DwiT1C
0 commit comments