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
|
nodejs-16_x
|
||||||
];
|
];
|
||||||
|
|
||||||
|
security.polkit.enable = true;
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [
|
boot.binfmt.emulatedSystems = [
|
||||||
"wasm32-wasi"
|
"wasm32-wasi"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
persistentKeys = true;
|
persistentKeys = true;
|
||||||
openMulticastPort = true;
|
openMulticastPort = true;
|
||||||
config = {
|
settings = {
|
||||||
IfName = "yggdrasil0";
|
IfName = "yggdrasil0";
|
||||||
Peers = [
|
Peers = [
|
||||||
"tls://ca1.servers.devices.cwinfo.net:58226"
|
"tls://ca1.servers.devices.cwinfo.net:58226"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
persistentKeys = true;
|
persistentKeys = true;
|
||||||
openMulticastPort = true;
|
openMulticastPort = true;
|
||||||
config = {
|
settings = {
|
||||||
IfName = "yggdrasil0";
|
IfName = "yggdrasil0";
|
||||||
Peers = [
|
Peers = [
|
||||||
"tcp://kusoneko.moe:9002"
|
"tcp://kusoneko.moe:9002"
|
||||||
|
|
Loading…
Reference in New Issue