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 = {}; } ];