Update IPs
This commit is contained in:
parent
c514d3968f
commit
38e027581e
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
config.ips = rec {
|
config.ips = rec {
|
||||||
localSpan = "10.1.0";
|
localSpan = "10.1.0";
|
||||||
server = "10.1.0.2";
|
server = "10.2.0.1";
|
||||||
pc = "10.1.0.4";
|
pc = "10.2.0.100";
|
||||||
vm = "10.1.0.5";
|
vm = "10.2.0.101";
|
||||||
hx = "10.1.0.70";
|
hx = "10.2.0.150";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue