citadel

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

commit 912246004156e28fdd24f1340021ec2c81fe7fce
parent 1ff65dba9236b28dffbd7237fe60331fe46eacb5
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 23 Apr 2021 12:07:54 -0700

quiver: add charon wireguard node

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

diff --git a/nix-config/machines/quiver/networking/default.nix b/nix-config/machines/quiver/networking/default.nix @@ -45,6 +45,11 @@ in persistentKeepalive = 25; } + { # charon + publicKey = "BklL4dTL8WK3xnmM899Hr50/UlXaLYhJQWllj2p4ZEg="; + allowedIPs = [ "10.100.0.7/32" ]; + endpoint = "45.79.91.128:51820"; + } { publicKey = "vIh3IQgP92OhHaC9XBiJVDLlrs3GVcR6hlXaapjTiA0=";