yggdrasil is now settings
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
4c5db6c62a
commit
584da7e946
|
@ -16,6 +16,8 @@
|
|||
nodejs-16_x
|
||||
];
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"wasm32-wasi"
|
||||
"aarch64-linux"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
persistentKeys = true;
|
||||
openMulticastPort = true;
|
||||
config = {
|
||||
settings = {
|
||||
IfName = "yggdrasil0";
|
||||
Peers = [
|
||||
"tls://ca1.servers.devices.cwinfo.net:58226"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
persistentKeys = true;
|
||||
openMulticastPort = true;
|
||||
config = {
|
||||
settings = {
|
||||
IfName = "yggdrasil0";
|
||||
Peers = [
|
||||
"tcp://kusoneko.moe:9002"
|
||||
|
|
Loading…
Reference in New Issue