From 5e7867a76c48aafc25c796a63bc20bcb41cc59a7 Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 28 Mar 2024 21:38:26 +0800 Subject: [PATCH] devices.vps6: add pi3b to wireguard peers --- devices/vps6/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/vps6/default.nix b/devices/vps6/default.nix index cba489dc..ddd5eebb 100644 --- a/devices/vps6/default.nix +++ b/devices/vps6/default.nix @@ -71,7 +71,7 @@ inputs: wireguard = { enable = true; - peers = [ "pc" "nas" "vps7" "surface" "xmupc1" "xmupc2" ]; + peers = [ "pc" "nas" "vps7" "surface" "xmupc1" "xmupc2" "pi3b" ]; publicKey = "AVOsYUKQQCvo3ctst3vNi8XSVWo1Wh15066aHh+KpF4="; wireguardIp = "192.168.83.1"; listenIp = "74.211.99.69";