tinc: modification plage addresse

pull/7/head
Jean-Pierre PRUNARET 9 years ago
parent a75b126b5a
commit b51c69d330

@ -211,7 +211,7 @@ in
kibana = true; kibana = true;
print = true; print = true;
rabbitmq = true; rabbitmq = true;
tincAddress = "192.168.12.3/32"; tincAddress = "192.168.12.3/24";
tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr"; tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr";
virtualbox = true; virtualbox = true;
}; };
@ -232,7 +232,7 @@ in
r6d.config-generator = { r6d.config-generator = {
laptop = true; laptop = true;
tincAddress = "192.168.12.2/32"; tincAddress = "192.168.12.2/24";
tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr"; tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr";
}; };
}) })
@ -286,7 +286,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/32"; tincAddress = "192.168.12.1/24";
}; };
}) })
(mkIf comp.isRollo { (mkIf comp.isRollo {

Loading…
Cancel
Save