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 = {
|
user = {
|
||||||
name = gitUsername;
|
name = gitUsername;
|
||||||
email = gitEmail;
|
email = gitEmail;
|
||||||
signingKey = "/run/secrets/ssh-private-key";
|
signingKey = "/home/zoty/.ssh/id_ed25519";
|
||||||
};
|
};
|
||||||
core = {
|
core = {
|
||||||
compression = 9;
|
compression = 9;
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
# SSH private key.
|
# SSH private key.
|
||||||
"ssh-private-key" = {
|
"ssh-private-key" = {
|
||||||
path = "/run/secrets/ssh-private-key";
|
path = "/home/zoty/.ssh/id_ed25519";
|
||||||
owner = "zoty";
|
owner = "zoty";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue