From f49ac19af1ec9f2f0247566fdb5b2411e608aefe Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 22 Oct 2025 23:49:03 +0200 Subject: [PATCH] fix identityfile for host --- hosts/nb/users/dominik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nb/users/dominik.nix b/hosts/nb/users/dominik.nix index adf061a..7682b75 100644 --- a/hosts/nb/users/dominik.nix +++ b/hosts/nb/users/dominik.nix @@ -655,7 +655,7 @@ in }; "tools.epicenter.works" = { user = "root"; - identityFile = "~/.ssh/epicenter.id_rsa"; + identityFile = "~/.ssh/epicenter_id_ed25519"; }; "*.epicenter.works !tools.epicenter.works" = { user = "dominik";