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

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
myData,
...
}:
let
@@ -55,14 +54,6 @@ in
time.timeZone = cfg.timeZone;
mj.services.friendlyport.ports = [
{
subnets = [ myData.subnets.tailscale.cidr ];
tcp = [ config.services.iperf3.port ];
udp = [ config.services.iperf3.port ];
}
];
i18n = {
defaultLocale = "en_US.UTF-8";
supportedLocales = [ "all" ];