ingress: fix extra
This commit is contained in:
parent
bec7e1a1dd
commit
fbb3884760
2 changed files with 3 additions and 1 deletions
1
nixos/hosts/ingress-proxy/.target
Normal file
1
nixos/hosts/ingress-proxy/.target
Normal file
|
@ -0,0 +1 @@
|
||||||
|
192.168.1.10
|
|
@ -32,7 +32,8 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
host = "ml.colde.st";
|
host = "ml.colde.st";
|
||||||
target = tsHost "lab-alpha";
|
target = tsHost "lab-alpha";
|
||||||
|
extra = {};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue