From 33606543ee840e30db8b8cff2a7523336f84d86d Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 6 Oct 2023 19:42:26 +0900 Subject: [PATCH] Formatting --- nixos/common/modules/remote-builders.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nixos/common/modules/remote-builders.nix b/nixos/common/modules/remote-builders.nix index 7c54dbdb..7029bfe3 100644 --- a/nixos/common/modules/remote-builders.nix +++ b/nixos/common/modules/remote-builders.nix @@ -1,11 +1,8 @@ { nix.buildMachines = [ { - hostName = "nixos-vm-01"; - systems = [ - "x86_64-linux" - "aarch64-linux" - ]; + hostName = "nixos-vm-01"; # Only availalbe on the Headscale network + systems = [ "x86_64-linux" "aarch64-linux" ]; protocol = "ssh-ng"; maxJobs = 4; speedFactor = 2;