diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index 0082080..33cdf78 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -90,13 +90,24 @@ script = "${lib.getExe pkgs.acpilight} -set 50"; }; - nix.buildMachines = [{ - hostName = "infini-desktop"; - system = "x86_64-linux"; - supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; - protocol = "ssh-ng"; - maxJobs = 16; - speedFactor = 8; - sshUser = "remotebuild"; - }]; + nix.buildMachines = [ + #{ + # hostName = "infini-desktop"; + # system = "x86_64-linux"; + # supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + # protocol = "ssh-ng"; + # maxJobs = 16; + # speedFactor = 8; + # sshUser = "remotebuild"; + #} + { + hostName = "infini-sd"; + system = "x86_64-linux"; + supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + protocol = "ssh-ng"; + maxJobs = 32; + speedFactor = 16; + sshUser = "remotebuild"; + } + ]; }