From bb9225f2362e57bd4dce9038253c4d88e4b66eaa Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 28 Mar 2024 21:40:16 +0800 Subject: [PATCH] devices.pi3b: fix --- devices/pi3b/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/devices/pi3b/default.nix b/devices/pi3b/default.nix index bae06024..c133a70a 100644 --- a/devices/pi3b/default.nix +++ b/devices/pi3b/default.nix @@ -28,10 +28,7 @@ inputs: { # snapper.enable = true; sshd.enable = true; - xray.client = - { - # dae.wanInterface = [ "wlp4s0" "enp5s0" ]; - }; + xray.client.dae.wanInterface = [ "enu1u1" ]; fail2ban = {}; wireguard = { @@ -40,7 +37,7 @@ inputs: publicKey = "X5SwWQk3JDT8BDxd04PYXTJi5E20mZKP6PplQ+GDnhI="; wireguardIp = "192.168.83.8"; }; - # beesd.instances.root = { device = "/"; hashTableSizeMB = 64; }; + beesd.instances.root = { device = "/"; hashTableSizeMB = 32; }; }; }; };