From c44eb7383efafb8b388c99385ee7bdce01fea968 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 15:35:25 +0200 Subject: [PATCH] feat: use ip for build --- hosts/nuos/configuration.nix | 2 +- hosts/nuos/root.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 5c92f07..7a36517 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -90,7 +90,7 @@ nix = { buildMachines = [{ - hostName = "lambdaOS"; + hostName = "192.168.42.5"; system = "x86_64-linux"; protocol = "ssh"; maxJobs = 5; diff --git a/hosts/nuos/root.nix b/hosts/nuos/root.nix index 7ecf249..da8b1fd 100644 --- a/hosts/nuos/root.nix +++ b/hosts/nuos/root.nix @@ -49,7 +49,7 @@ # org.gradle.daemon.idletimeout=3600000 # ''; ".ssh/config".text = '' - Host lambdaOS + Host 192.168.42.5 User noa ''; };