From a48547445ad689ec34675acc56485bb648a5ac95 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 16 Oct 2022 12:50:16 +0200 Subject: [PATCH] hosts/hydra-1: ping remote builder host key --- hosts/hydra-1/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hydra-1/configuration.nix b/hosts/hydra-1/configuration.nix index 5f94303..8aed4fb 100644 --- a/hosts/hydra-1/configuration.nix +++ b/hosts/hydra-1/configuration.nix @@ -28,6 +28,8 @@ { hostName = "hydra-2.net.clerie.de"; system = "x86_64-linux"; + sshKey = "/root/.ssh/id_ed25519"; + publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSURaRUQ5UU0rcWU3c0I2UjZhdHZQNldOYUkyc0Mybmg3VFRzRDZrZ1JwbnIgcm9vdEBoeWRyYS0yCg=="; } ]; };