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"; } ];