fix(utils): open ports for minecraft servers
This commit is contained in:
parent
083bc84f3a
commit
f87c3482e6
2 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
|||
// env;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [port];
|
||||
|
||||
services.frp.settings.proxies = [
|
||||
{
|
||||
inherit name remotePort;
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
USE_AIKAR_FLAGS = "true";
|
||||
TYPE = "MODRINTH";
|
||||
MODRINTH_MODPACK = "https://modrinth.com/modpack/adrenaline/version/1.24.0+1.21.1.fabric";
|
||||
MODRINTH_PROJECTS = "spark, no-chat-reports";
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue