From 02c05983e69cb330b841888325b49dce1faaf481 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 18 Oct 2022 07:11:20 +0200 Subject: [PATCH] hosts/hydra-1: pin buildmachine user --- hosts/hydra-1/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hydra-1/configuration.nix b/hosts/hydra-1/configuration.nix index 2168e0a..655fb32 100644 --- a/hosts/hydra-1/configuration.nix +++ b/hosts/hydra-1/configuration.nix @@ -27,6 +27,7 @@ buildMachines = [ { hostName = "hydra-2.net.clerie.de"; + sshUser = "root"; system = "x86_64-linux"; sshKey = "/var/lib/hydra/id_ed25519"; publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSURaRUQ5UU0rcWU3c0I2UjZhdHZQNldOYUkyc0Mybmg3VFRzRDZrZ1JwbnIgcm9vdEBoeWRyYS0yCg==";