Fix: Correct path for sshKey used for signing commits.
This commit is contained in:
parent
a9290d0189
commit
c84b08c47c
@ -286,7 +286,7 @@ in {
|
|||||||
userEmail = "${usr.${sys.username}.email}";
|
userEmail = "${usr.${sys.username}.email}";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
core.sshCommand = "ssh -i /home/${sys.username}/.ssh/${sys.sshKey}";
|
core.sshCommand = "ssh -i ${sys.sshKey}";
|
||||||
gpg.format = "openpgp";
|
gpg.format = "openpgp";
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
tag.gpgsign = true;
|
tag.gpgsign = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user