From 363f91923c25879ba180dc6c3f382c5cf11434a8 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 10 Oct 2023 19:27:29 +0530 Subject: [PATCH] remove all peers except Proxy --- hosts/rico2/wireguard.nix | 1 - hosts/skipper/wireguard.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/rico2/wireguard.nix b/hosts/rico2/wireguard.nix index 1fc5313..63f0823 100644 --- a/hosts/rico2/wireguard.nix +++ b/hosts/rico2/wireguard.nix @@ -15,7 +15,6 @@ in { listenPort = 51820; peers = with peers; [ Proxy.peer - Skipper.peer ]; }; }; diff --git a/hosts/skipper/wireguard.nix b/hosts/skipper/wireguard.nix index d002c4d..63f0823 100644 --- a/hosts/skipper/wireguard.nix +++ b/hosts/skipper/wireguard.nix @@ -15,7 +15,6 @@ in { listenPort = 51820; peers = with peers; [ Proxy.peer - Rico2.peer ]; }; };