Switch to using ssh for git signing
This commit is contained in:
parent
3b6d235e94
commit
4e3595f8eb
|
@ -63,11 +63,12 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
signing.key = "ACABBABE77B76F6301F4ACF97A0F4799BF91C8C1";
|
||||
signing.key = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINfazIZIi4ya5v8EJ2agzwDz99bJr2UxUHUBEmbervBc mycellium"; #"ACABBABE77B76F6301F4ACF97A0F4799BF91C8C1";
|
||||
signing.signByDefault = true;
|
||||
userName = "Emi Katagiri-Simpson";
|
||||
userEmail = "emi@alchemi.dev";
|
||||
extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
init.defaultbranch = "main";
|
||||
diff.algorithm = "patience";
|
||||
core.compression = 9;
|
||||
|
|
Loading…
Reference in a new issue