From 4a60a88fbe16659f5dbabf650fb26f64ab0118f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 14 May 2025 00:44:15 +0200 Subject: [PATCH] Revert "System Gen38 @ 2025-05-14-00:39:58 by jonas@monolith" This reverts commit bf49bf0d32798b18d3d19f50c132fae602df6b5d. --- modules/networking/wireguard/peers.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/networking/wireguard/peers.nix b/modules/networking/wireguard/peers.nix index 9d74446..8e4b576 100644 --- a/modules/networking/wireguard/peers.nix +++ b/modules/networking/wireguard/peers.nix @@ -16,13 +16,13 @@ comfy-station = { publicKey = "OsP5tyyYq2B9K8kcDJRLMVE/XuFk57aEhzhQcJc+e3M="; address = ["10.10.10.2/24"]; - allowedIPs = ["10.10.10.2/24"]; + allowedIPs = ["10.10.10.2/32"]; }; monolith = { publicKey = "r60a6TyR2jV6ePvZgtznd3H4hQPE3sjznoiE8vx3+iI="; address = ["10.10.10.3/24"]; - allowedIPs = ["10.10.10.3/24"]; + allowedIPs = ["10.10.10.3/32"]; }; };