feat(koi): terraria server

This commit is contained in:
alina 🌸 2024-11-08 22:22:56 +03:00
parent 20e771d908
commit a259e63be9
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -0,0 +1,11 @@
{
services.terraria = {
enable = true;
maxPlayers = 10;
port = 7777;
messageOfTheDay = "penis gaming";
noUPnP = true;
openFirewall = true;
worldPath = "/srv/terraria/world.wld";
};
}