From 5cdd1b8f023345c447fc93156891dec2386948db Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 29 Sep 2022 16:51:26 -0700 Subject: [PATCH] petalius: connect directly to htdf-gw --- petalius.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/petalius.nix b/petalius.nix index 230d98c..852523f 100644 --- a/petalius.nix +++ b/petalius.nix @@ -132,9 +132,9 @@ peers = [{ publicKey = "ByLlJbevlTBooAo2RIZGGJvBHKqA9qiOpHBvR5yuJX4="; allowedIPs = ["10.56.0.0/14" "10.60.1.1"]; - # endpoint = "htdf-gw.gebner.org:35869"; + endpoint = "htdf-gw.gebner.org:35869"; # endpoint = "80.109.29.104:35869"; - endpoint = "127.0.0.1:35869"; + # endpoint = "127.0.0.1:35869"; }]; }; systemd.services.wireguard-wg0.wantedBy = pkgs.lib.mkOverride 10 [];