From 584da7e94652e4befaabd9b28a0ca7c9e35316b5 Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 14 Aug 2022 13:31:46 +0000 Subject: [PATCH] yggdrasil is now settings Signed-off-by: Xe --- common/default.nix | 2 ++ hardware/location/YOW/default.nix | 2 +- hardware/location/YYZ/default.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/default.nix b/common/default.nix index 4a43880..2cae703 100644 --- a/common/default.nix +++ b/common/default.nix @@ -16,6 +16,8 @@ nodejs-16_x ]; + security.polkit.enable = true; + boot.binfmt.emulatedSystems = [ "wasm32-wasi" "aarch64-linux" diff --git a/hardware/location/YOW/default.nix b/hardware/location/YOW/default.nix index c44ab0b..b7351a0 100644 --- a/hardware/location/YOW/default.nix +++ b/hardware/location/YOW/default.nix @@ -5,7 +5,7 @@ enable = true; persistentKeys = true; openMulticastPort = true; - config = { + settings = { IfName = "yggdrasil0"; Peers = [ "tls://ca1.servers.devices.cwinfo.net:58226" diff --git a/hardware/location/YYZ/default.nix b/hardware/location/YYZ/default.nix index 4e9eeca..28336b4 100644 --- a/hardware/location/YYZ/default.nix +++ b/hardware/location/YYZ/default.nix @@ -5,7 +5,7 @@ enable = true; persistentKeys = true; openMulticastPort = true; - config = { + settings = { IfName = "yggdrasil0"; Peers = [ "tcp://kusoneko.moe:9002"