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