From acd904a9fa6993898a9c8bb7cb779d85f8d860ea Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 18 Feb 2025 21:48:08 -0500 Subject: [PATCH] Infini-OPTIPLEX: format --- hosts/Infini-OPTIPLEX/default.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-OPTIPLEX/default.nix b/hosts/Infini-OPTIPLEX/default.nix index c786bb1..ddb66d1 100644 --- a/hosts/Infini-OPTIPLEX/default.nix +++ b/hosts/Infini-OPTIPLEX/default.nix @@ -43,8 +43,16 @@ nix.buildMachines = [ { hostName = "infini-dl360"; - systems = [ "x86_64-linux" "aarch64-linux" ]; - supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + systems = [ + "x86_64-linux" + "aarch64-linux" + ]; + supportedFeatures = [ + "nixos-test" + "benchmark" + "big-parallel" + "kvm" + ]; protocol = "ssh-ng"; maxJobs = 32; speedFactor = 16;