From 9aedb133bb37be6391d7e12722651e3a67733a6c Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 1 Apr 2023 16:55:30 +0000 Subject: [PATCH] servo: update LAN IP --- hosts/modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/hosts.nix b/hosts/modules/hosts.nix index e495c579..667ce06c 100644 --- a/hosts/modules/hosts.nix +++ b/hosts/modules/hosts.nix @@ -94,7 +94,7 @@ in wg-home.pubkey = "roAw+IUFVtdpCcqa4khB385Qcv9l5JAB//730tyK4Wk="; wg-home.ip = "10.0.10.5"; wg-home.endpoint = "uninsane.org:51820"; - lan-ip = "192.168.15.28"; + lan-ip = "192.168.15.24"; }; }; }