Add terraria world config

This commit is contained in:
Evie Litherland-Smith 2023-05-30 10:55:14 +01:00
parent 9c69402502
commit c2ca73d16d
2 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./openvpn/Vanguard.nix
./sshd
./syncthing/Vanguard.nix
./terraria/windy_limbo_of_melancholy.nix
./traefik/adguardhome.nix
./traefik/gitea.nix
./traefik/nextcloud.nix

View file

@ -0,0 +1,10 @@
{...}: {
services.terraria = {
enable = true;
maxPlayers = 10;
messageOfTheDay = "The Problem Solvers strike again!";
port = 7777;
openFirewall = true;
worldPath = "/home/xenia/terraria/Windy_Limbo_of_Melancholy.wld";
};
}