universe/hosts/earth/services/yggdrasil.nix
2025-03-03 00:00:20 +05:00

15 lines
235 B
Nix

{...}: {
services.yggdrasil = {
enable = false;
settings = {
Peers = [
"tls://ygg1.tx0.su:65534"
"tls://ygg2.tx0.su:65534"
"tls://ygg3.tx0.su:65534"
];
IfName = "ygg";
};
};
}