machines/petra: added to yggdrasil global network

This commit is contained in:
2026-01-23 11:14:19 +07:00
parent 0b09a47f04
commit 8af9450ff6

View File

@@ -13,6 +13,7 @@
"rigel" "rigel"
"neptune" "neptune"
"rana" "rana"
"petra"
]; ];
phonebox = [ phonebox = [
"neptune" "neptune"
@@ -23,6 +24,9 @@
"adhil" "adhil"
"buna" "buna"
]; ];
global-network = [
"rana"
];
}; };
instances = { instances = {
@@ -88,6 +92,20 @@
roles.peer.tags.b4l = { }; roles.peer.tags.b4l = { };
}; };
yggdrasil-global-network = {
module = {
name = "yggdrasil";
input = "clan-core";
};
roles.default.tags."global-network" = { };
roles.default.settings.extraPeers = [
"tls://ygg.jjolly.dev:3443"
"tls://[2602:fc24:18:7a42::1]:993"
"tcp://leo.node.3dt.net:9002"
"tcp://ygg-kcmo.incognet.io:8883"
];
};
yggdrasil-phone-network = { yggdrasil-phone-network = {
module = { module = {
name = "yggdrasil"; name = "yggdrasil";