tinc: ajouit adresse monstre, rollo, ocean

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

@ -195,6 +195,7 @@ in
r6d.config-generator = { r6d.config-generator = {
docker = true; docker = true;
radicale = true; radicale = true;
tincAddress = "192.168.12.6/24";
}; };
}) })
(mkIf comp.isRadx { (mkIf comp.isRadx {
@ -246,6 +247,7 @@ in
fail2ban = true; fail2ban = true;
nix-serve-client = true; nix-serve-client = true;
nixStoreProxyCache = true; nixStoreProxyCache = true;
tincAddress = "192.168.12.4/24";
}; };
}) })
(mkIf comp.isNeoNomade{ (mkIf comp.isNeoNomade{
@ -301,6 +303,7 @@ in
mailboxes = true; mailboxes = true;
murmur = true; murmur = true;
online-ipv6 = true; online-ipv6 = true;
tincAddress = "192.168.12.5/24";
znc = true; znc = true;
}; };
}) })

Loading…
Cancel
Save