citadel

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

commit 0828d3911408282a8af9b8250584c6d2931d368b
parent f8cfb4a1b176c9a1421e5225659dfcdf3932e9e8
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 10 Feb 2021 15:35:47 -0800

wireguard: figure out why this isn't working

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

diff --git a/nix-config/machines/quiver/networking/default.nix b/nix-config/machines/quiver/networking/default.nix @@ -38,6 +38,7 @@ in # For a client configuration, one peer entry for the server will suffice. { publicKey = "TbGgpOqD6teLon0ksZKS8zvvjHtkOGKNWPpHZxhVFWA="; + #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";