ingress-proxy: fix

This commit is contained in:
41666 2023-12-29 21:19:51 -05:00
parent cfd04a8711
commit ce78487453

View file

@ -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