From f75c150bc62b38c61ecf9a8b18cde8203a97dbf6 Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 6 Mar 2024 11:10:04 +0800 Subject: [PATCH] services.wireguard: fix --- 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 e86f9782..687a2a16 100644 --- a/devices/vps6/default.nix +++ b/devices/vps6/default.nix @@ -71,7 +71,7 @@ inputs: wireguard = { enable = true; - peers = [ "pc" "nas" "vps7" "surface" ]; + peers = [ "pc" "nas" "vps7" "surface" "xmupc1" ]; publicKey = "AVOsYUKQQCvo3ctst3vNi8XSVWo1Wh15066aHh+KpF4="; wireguardIp = "192.168.83.1"; listenIp = "74.211.99.69";