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";