From b23ed2186a1ed95fb2908d77a27de42fccdbd595 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 5 May 2024 19:59:13 -0400 Subject: [PATCH] Infini-FRAMEWORK: change remote build from Infini-SD -> Infini-DL360 --- hosts/Infini-FRAMEWORK/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index 98951c6..5574c4e 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -99,7 +99,7 @@ # sshUser = "remotebuild"; #} { - hostName = "infini-sd"; + hostName = "infini-dl360"; system = "x86_64-linux"; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; protocol = "ssh-ng";