mirror of https://gitlab.crans.org/nounous/nixos
add public and cluster network
parent
f9f36e2593
commit
053b0b0de5
|
|
@ -48,6 +48,8 @@
|
||||||
fsid = "af0a334a-3356-4fb6-800c-95b4a99232c0";
|
fsid = "af0a334a-3356-4fb6-800c-95b4a99232c0";
|
||||||
monHost = "172.16.6.3";
|
monHost = "172.16.6.3";
|
||||||
monInitialMembers = "cephiroth";
|
monInitialMembers = "cephiroth";
|
||||||
|
publicNetwork = "172.16.4.0/8";
|
||||||
|
clusterNetwork = "172.16.6.0/8";
|
||||||
};
|
};
|
||||||
|
|
||||||
client = {
|
client = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue