diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index c2a4c929..1913d89d 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -108,7 +108,7 @@ in useACMEHost = "hailsatan.eu"; forceSSL = true; locations = { - "/".proxyPass = "http://192.168.122.76:8123"; + "/".proxyPass = "http://10.0.0.12:8123"; "/".proxyWebsockets = true; }; };