citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 0b6280a202b55ea268143751f4481ddd3baf368f
parent 5b2c8f3e441e61410a71b4c8ad82ef12d91b51f8
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  5 May 2021 14:04:25 -0700

quiver: use 51820 wg port for monad

Diffstat:
Mnix-config/machines/quiver/networking/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/machines/quiver/networking/default.nix b/nix-config/machines/quiver/networking/default.nix @@ -41,7 +41,7 @@ in #allowedIPs = [ "0.0.0.0/0" "::/0" ]; allowedIPs = [ "10.100.0.1/32" ]; #endpoint = "127.0.0.1:3333"; - endpoint = "24.84.152.187:53"; + endpoint = "24.84.152.187:51820"; persistentKeepalive = 25; }