mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add terraria server
This commit is contained in:
@@ -42,6 +42,13 @@
|
||||
white-list = true;
|
||||
};
|
||||
};
|
||||
terraria = {
|
||||
enable = true;
|
||||
maxPlayers = 10;
|
||||
messageOfTheDay = "Terraria server of Thilo";
|
||||
openFirewall = true;
|
||||
secure = true;
|
||||
};
|
||||
nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
|
||||
Reference in New Issue
Block a user