From bba59bcf1115a14d913b5dff30fe6df0bc395233 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 8 Apr 2021 21:39:39 +0200 Subject: ma: move home network from 192.168.1.0/24 to 192.168.111.0/24 --- makefu/2configs/home/ham/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/2configs/home/ham/nginx.nix') diff --git a/makefu/2configs/home/ham/nginx.nix b/makefu/2configs/home/ham/nginx.nix index e166b2a4b..cd99c0739 100644 --- a/makefu/2configs/home/ham/nginx.nix +++ b/makefu/2configs/home/ham/nginx.nix @@ -1,5 +1,5 @@ let - internal-ip = "192.168.1.11"; + internal-ip = "192.168.111.11"; in { services.nginx.recommendedProxySettings = true; services.nginx.virtualHosts."hass" = { -- cgit v1.2.3