correct ssh secret location
This commit is contained in:
parent
de224e898f
commit
7f246aab81
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ in
|
|||
user = {
|
||||
name = gitUsername;
|
||||
email = gitEmail;
|
||||
signingKey = "/run/secrets/ssh-private-key";
|
||||
signingKey = "/home/zoty/.ssh/id_ed25519";
|
||||
};
|
||||
core = {
|
||||
compression = 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue