From 19d06268b1291f524e8807d56dfbc72025dc3f63 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 29 Dec 2023 20:29:18 -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 28dc8ba..046a9a1 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: "http://${name}.hoki-porgy.ts.net:${port}"; + tsHost = name: port: "http://${name}.hoki-porgy.ts.net:${toString port}"; in { imports = [ ../../templates/proxmox-lxc.nix