From 99969f1b8a78962b8e87e6f5ee8da041a005756e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 4 Feb 2024 06:33:54 -0500 Subject: [PATCH] Infini-FRAMEWORK: add Infini-DESKTOP as remote builder --- hosts/Infini-FRAMEWORK/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index a638919..9df9b34 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -84,4 +84,14 @@ serviceConfig.Type = "oneshot"; 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"; + }]; }