mirror of https://gitlab.crans.org/nounous/nixos
add san vlan pour servir cephfs et san
parent
342cd2abc6
commit
4625592db4
|
|
@ -59,6 +59,16 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
san = {
|
||||||
|
ipv4 = {
|
||||||
|
addresses = [
|
||||||
|
{
|
||||||
|
address = "172.16.4.3";
|
||||||
|
prefixLength = 24;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
defaultGateway = "172.16.3.99";
|
defaultGateway = "172.16.3.99";
|
||||||
nameservers = [ "172.16.10.128" ];
|
nameservers = [ "172.16.10.128" ];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue