rm friendlyport

This commit is contained in:
2025-05-24 15:50:52 +00:00
parent 90013a224d
commit 7252ba1582
13 changed files with 0 additions and 162 deletions

View File

@@ -746,21 +746,6 @@ in
saslPasswdPath = config.age.secrets.sasl-passwd.path;
};
friendlyport.ports = [
{
subnets = [ myData.subnets.tailscale.cidr ];
udp = [ 443 ];
tcp = with myData.ports; [
80
443
soju
frigate
soju-ws
prometheus
];
}
];
};
};