rm friendlyport
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user