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"