From 9ef0b716c65f23a9eafb3c8950b037cd695f7845 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 22 Jun 2025 21:57:19 +0200 Subject: [PATCH] fixes identity file path --- hosts/dnsc-server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index e508989..a9f88aa 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -129,7 +129,7 @@ IdentitiesOnly yes User u295965 HostName u295965.your-storagebox.de - IdentityFile /home/dennis/.ssh/id_ed25519 + IdentityFile /root/.ssh/id_ed25519 ''; # Services