From a5fafee4ddc56e5eaa698acc48a9ddf1e6374043 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 13 May 2023 12:56:11 +0000 Subject: [PATCH] hosts: fix servo lan IP typo --- 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 d0ff0029..c1085686 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 = "10.78.89.51"; + lan-ip = "10.78.79.51"; }; }; }