feat(koi): terraria server
This commit is contained in:
parent
20e771d908
commit
a259e63be9
1 changed files with 11 additions and 0 deletions
11
hosts/koi/services/terraria.nix
Normal file
11
hosts/koi/services/terraria.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue