From 317239beb39193df242623274934f051a34f3744 Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Sun, 23 Mar 2025 20:20:48 +0100 Subject: [PATCH] changed remote builders --- modules/remotebuild/client.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/remotebuild/client.nix b/modules/remotebuild/client.nix index 8e0137d..e485548 100644 --- a/modules/remotebuild/client.nix +++ b/modules/remotebuild/client.nix @@ -14,11 +14,11 @@ [ { inherit system protocol sshUser sshKey supportedFeatures; - hostName = "mc7"; + hostName = "mc2"; } { inherit system protocol sshUser sshKey supportedFeatures; - hostName = "mc6"; + hostName = "mc7"; } ];