citadel

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

commit eb000349a6210110f889604215ce3796fe602cd9
parent 93dd2b4a5cc96b7ce03ff5e3a52489df34d38029
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 28 Feb 2021 13:46:28 -0800

wireguard: add vanessa's phone

Signed-off-by: William Casarin <jb55@jb55.com>

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

diff --git a/nix-config/machines/monad/networking/default.nix b/nix-config/machines/monad/networking/default.nix @@ -100,6 +100,9 @@ in { publicKey = "N4bIpjNL/IzV59y5KWHiR54n0rAKYcr3/BkVLzCmBBA="; # old-mac allowedIPs = [ "10.100.0.5/32" ]; } + { publicKey = "Ynuism5cSJYUrMF/gWZti8W+PztLufaB/3mQlXV6HyY="; # vanessa-phone + allowedIPs = [ "10.100.0.6/32" ]; + } ]; };