From d6f7879331d303e369e4e9436e58c93cd15ee4c4 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Feb 2024 14:08:52 -0500 Subject: [PATCH] update IPs --- atauno/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index b805382..ef86d2d 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -150,7 +150,7 @@ { # josh's laptop publicKey = "MdHzEaX6BkgOLZcIAFdgxYt0iDdh2vL25jMjuTFVDVM="; - allowedIPs = [ "10.100.0.15/24" ]; + allowedIPs = [ "10.100.0.3/32" ]; } ]; };