add yggdrasil to logos
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
793fb0fee9
commit
1960ef2914
|
@ -9,4 +9,18 @@
|
|||
networking.hostId = "aeace675";
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
||||
services.yggdrasil = {
|
||||
enable = true;
|
||||
persistentKeys = true;
|
||||
openMulticastPort = true;
|
||||
config = {
|
||||
IfName = "yggdrasil0";
|
||||
Peers = [
|
||||
"tls://ca1.servers.devices.cwinfo.net:58226"
|
||||
"tls://192.99.145.61:58226"
|
||||
"tcp://kusoneko.moe:9002"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue