fix identityfile for host

This commit is contained in:
2025-10-22 23:49:03 +02:00
parent 27c85ff9d0
commit f49ac19af1

View File

@@ -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";