From 1ccc0041d6f7b8a48fe7bad981625a6b160e1467 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 21 Dec 2025 23:40:04 +0100 Subject: [PATCH] Add kafthretis as a wireguard peer --- modules/networking.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/networking.nix b/modules/networking.nix index 4b3d3e3..acb0fbd 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -108,6 +108,14 @@ in "fd00::3/128" ]; } + # kathreftis + { + PublicKey = "qfHtv6LSZjtxvH46d8pysr+/yPo2tV9cZumgIpxBNF4="; + AllowedIPs = [ + "10.8.0.4/32" + "fd00::4/128" + ]; + } ]; };