nixos/services/terraria/windy_limbo_of_melancholy.nix

12 lines
290 B
Nix
Raw Normal View History

2023-05-30 10:55:14 +01:00
{...}: {
services.terraria = {
enable = true;
maxPlayers = 10;
messageOfTheDay = "The Problem Solvers strike again!";
port = 7777;
openFirewall = true;
2023-05-30 11:53:36 +01:00
password = "device-diameter3-famished";
2023-05-30 11:24:22 +01:00
worldPath = /var/lib/terraria/Windy_Limbo_of_Melancholy.wld;
2023-05-30 10:55:14 +01:00
};
}