feat: use ip for build

This commit is contained in:
Noa Aarts 2024-10-21 15:35:25 +02:00
parent 7c6c06663f
commit c44eb7383e
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@
nix = { nix = {
buildMachines = [{ buildMachines = [{
hostName = "lambdaOS"; hostName = "192.168.42.5";
system = "x86_64-linux"; system = "x86_64-linux";
protocol = "ssh"; protocol = "ssh";
maxJobs = 5; maxJobs = 5;

View file

@ -49,7 +49,7 @@
# org.gradle.daemon.idletimeout=3600000 # org.gradle.daemon.idletimeout=3600000
# ''; # '';
".ssh/config".text = '' ".ssh/config".text = ''
Host lambdaOS Host 192.168.42.5
User noa User noa
''; '';
}; };