ingress-proxy: fix

This commit is contained in:
41666 2023-12-29 20:32:10 -05:00
parent 35a0b457f1
commit 5fe67bd8a9

View file

@ -1,5 +1,5 @@
{ lib, pkgs, ... }: let
tsHost = name: port: "http://${name}.hoki-porgy.ts.net:${toString port}";
tsHost = name: port: "${name}.hoki-porgy.ts.net:${toString port}";
in {
imports = [
../../templates/proxmox-lxc.nix