11 lines
214 B
Nix
11 lines
214 B
Nix
|
{
|
||
|
services.terraria = {
|
||
|
enable = true;
|
||
|
maxPlayers = 10;
|
||
|
port = 7777;
|
||
|
messageOfTheDay = "penis gaming";
|
||
|
noUPnP = true;
|
||
|
openFirewall = true;
|
||
|
worldPath = "/srv/terraria/world.wld";
|
||
|
};
|
||
|
}
|