From 085783aa76fae9620b180e1349e0157902e2dc52 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 16:49:07 +0200 Subject: [PATCH] fix: build on self instead --- hosts/nuos/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 9a94854..ccb39a3 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -100,11 +100,11 @@ nix = { settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ]; buildMachines = [{ - hostName = "192.168.42.5"; + hostName = "localhost"; system = "x86_64-linux"; - protocol = "ssh"; + protocol = null; maxJobs = 5; - speedFactor = 3; + speedFactor = 1; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; mandatoryFeatures = [ ]; }];