petalius: connect directly to htdf-gw

This commit is contained in:
Gabriel Ebner 2022-09-29 16:51:26 -07:00
parent d79dd140fc
commit 5cdd1b8f02
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@
peers = [{ peers = [{
publicKey = "ByLlJbevlTBooAo2RIZGGJvBHKqA9qiOpHBvR5yuJX4="; publicKey = "ByLlJbevlTBooAo2RIZGGJvBHKqA9qiOpHBvR5yuJX4=";
allowedIPs = ["10.56.0.0/14" "10.60.1.1"]; 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 = "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 []; systemd.services.wireguard-wg0.wantedBy = pkgs.lib.mkOverride 10 [];