ajout en masse de liens vers rollo, ocean, monstre

pull/7/head
Jean-Pierre PRUNARET 9 years ago
parent 04869f63f7
commit 79d97ca438

@ -196,6 +196,9 @@ in
docker = true; docker = true;
radicale = true; radicale = true;
tincAddress = "192.168.12.6/24"; tincAddress = "192.168.12.6/24";
tincExtraConfig = ''
ConnectTo = rollo_dubronetwork_fr
'';
}; };
}) })
(mkIf comp.isRadx { (mkIf comp.isRadx {
@ -213,7 +216,11 @@ in
print = true; print = true;
rabbitmq = true; rabbitmq = true;
tincAddress = "192.168.12.3/24"; tincAddress = "192.168.12.3/24";
tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr"; tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
virtualbox = true; virtualbox = true;
}; };
}) })
@ -234,7 +241,11 @@ in
r6d.config-generator = { r6d.config-generator = {
laptop = true; laptop = true;
tincAddress = "192.168.12.2/24"; tincAddress = "192.168.12.2/24";
tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr"; tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
}; };
}) })
(mkIf comp.isMonstre { (mkIf comp.isMonstre {
@ -248,6 +259,10 @@ in
nix-serve-client = true; nix-serve-client = true;
nixStoreProxyCache = true; nixStoreProxyCache = true;
tincAddress = "192.168.12.4/24"; tincAddress = "192.168.12.4/24";
tincExtraConfig = ''
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
}; };
}) })
(mkIf comp.isNeoNomade{ (mkIf comp.isNeoNomade{
@ -289,6 +304,11 @@ in
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/24";
tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
}; };
}) })
(mkIf comp.isRollo { (mkIf comp.isRollo {
@ -304,6 +324,9 @@ in
murmur = true; murmur = true;
online-ipv6 = true; online-ipv6 = true;
tincAddress = "192.168.12.5/24"; tincAddress = "192.168.12.5/24";
tincExtraConfig = ''
ConnectTo = ocean_prunetwork_fr
'';
znc = true; znc = true;
}; };
}) })

Loading…
Cancel
Save