From 375dd507fcdf4c91e4851e86b96079fccb810c60 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 16 Sep 2024 12:42:30 +0800 Subject: [PATCH] devices.vps6: add wireguard peer --- 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 2fa26323..2529d42b 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" "pi3b" ]; + peers = [ "pc" "nas" "vps7" "surface" "xmupc1" "xmupc2" "pi3b" "srv1-node0" ]; publicKey = "AVOsYUKQQCvo3ctst3vNi8XSVWo1Wh15066aHh+KpF4="; wireguardIp = "192.168.83.1"; listenIp = "74.211.99.69";