réduction de la taille des subnets

This commit is contained in:
Yves Dubromelle
2016-11-28 12:54:45 +01:00
parent b2e44a7b75
commit eabe0db746

View File

@@ -211,6 +211,7 @@ in
kibana = true; kibana = true;
print = true; print = true;
rabbitmq = true; rabbitmq = true;
tincAddress = "192.168.12.3/32";
virtualbox = true; virtualbox = true;
}; };
}) })
@@ -230,7 +231,7 @@ in
r6d.config-generator = { r6d.config-generator = {
laptop = true; laptop = true;
tincAddress = "192.168.12.2/24"; tincAddress = "192.168.12.2/32";
tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr"; tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr";
}; };
}) })
@@ -284,7 +285,7 @@ in
r6d.config-generator = { r6d.config-generator = {
nix-serve-server = true; nix-serve-server = true;
edition-photo = true; edition-photo = true;
tincAddress = "192.168.12.1/24"; tincAddress = "192.168.12.1/32";
}; };
}) })
(mkIf comp.isRollo { (mkIf comp.isRollo {