ingress-proxy: fix
This commit is contained in:
parent
03cfc632dd
commit
19d06268b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue