From fbb388476054fa3a872c5d5961b00410dccd62f5 Mon Sep 17 00:00:00 2001 From: noe Date: Thu, 28 Dec 2023 16:41:31 -0500 Subject: [PATCH] ingress: fix extra --- nixos/hosts/ingress-proxy/.target | 1 + nixos/hosts/ingress-proxy/default.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 nixos/hosts/ingress-proxy/.target diff --git a/nixos/hosts/ingress-proxy/.target b/nixos/hosts/ingress-proxy/.target new file mode 100644 index 0000000..e5b0691 --- /dev/null +++ b/nixos/hosts/ingress-proxy/.target @@ -0,0 +1 @@ +192.168.1.10 diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 666eb63..2a66ad2 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -32,7 +32,8 @@ } { host = "ml.colde.st"; - target = tsHost "lab-alpha"; + target = tsHost "lab-alpha"; + extra = {}; } ];