enable commit signing in jj
This commit is contained in:
parent
cb42cf5222
commit
9580973995
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
email = config.programs.git.userEmail;
|
||||
name = config.programs.git.userName;
|
||||
};
|
||||
signing = {
|
||||
sign-all = true;
|
||||
backend = "ssh";
|
||||
key = config.programs.git.signing.key;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue