hosts/remilia: bring back the git subdomain atleast

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2023-07-26 22:40:30 +05:30
parent 4682d7814b
commit e06bc88784
2 changed files with 12 additions and 7 deletions

View File

@@ -32,6 +32,10 @@
externalInterface = "ens3";
internalInterfaces = [ "wg0" ];
forwardPorts = [
{
destination = "${marisa}:22001";
sourcePort = 22001;
}
{
destination = "${satori}:6600";
sourcePort = 6600;