correct ssh secret location

This commit is contained in:
Zoty 2026-04-24 18:37:37 -03:00
parent de224e898f
commit 7f246aab81
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
# SSH private key.
"ssh-private-key" = {
path = "/run/secrets/ssh-private-key";
path = "/home/zoty/.ssh/id_ed25519";
owner = "zoty";
mode = "0400";
};