From ce784874539822b3be727266ab2220652926a1a1 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 21:19:51 -0500 Subject: [PATCH] ingress-proxy: fix --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index aa0c802..8f35441 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -1,5 +1,5 @@ { lib, pkgs, ... }: let - tsHost = name: port: "${name}.hoki-porgy.ts.net:${toString port}"; + tsHost = name: port: "${name}.ts.foxxolay.net:${toString port}"; in { imports = [ ../../templates/proxmox-lxc.nix