feat: use ip for build
This commit is contained in:
parent
7c6c06663f
commit
c44eb7383e
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue