forked from CCCHH/nix-infra
Use IP address for eh22-wiki, which isn't already in use
This commit is contained in:
parent
7c7da0db05
commit
58ec317b02
|
@ -7,7 +7,7 @@
|
||||||
networking.interfaces.net0 = {
|
networking.interfaces.net0 = {
|
||||||
ipv4.addresses = [
|
ipv4.addresses = [
|
||||||
{
|
{
|
||||||
address = "172.31.17.156";
|
address = "172.31.17.159";
|
||||||
prefixLength = 25;
|
prefixLength = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue