ingress-proxy: fix

This commit is contained in:
41666 2023-12-29 20:29:18 -05:00
parent 03cfc632dd
commit 19d06268b1

View file

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