diff --git a/machine/vps.nix b/machine/vps.nix index a48194a..dcee363 100644 --- a/machine/vps.nix +++ b/machine/vps.nix @@ -217,7 +217,7 @@ in { "homeassistant.szczepan.ski" = { forceSSL = true; enableACME = true; - locations = { "/" = { proxyPass = "http://10.0.0.3:8123/"; }; }; + locations = { "/" = { proxyPass = "http://10.100.0.3:8123/"; }; }; }; }; };