feat: add gtnh server
This commit is contained in:
parent
d9b7ebf95c
commit
cd1e2bd49a
3 changed files with 58 additions and 0 deletions
|
|
@ -4,6 +4,14 @@ rec {
|
|||
domain = "git.nudelerde.de";
|
||||
};
|
||||
|
||||
gtnh = {
|
||||
port = 25565;
|
||||
serverPackUrl = "https://downloads.gtnewhorizons.com/ServerPacks/GT_New_Horizons_2.8.4_Server_Java_17-25.zip";
|
||||
version = "1.7.10";
|
||||
memory = "12G";
|
||||
timezone = "Europe/Berlin";
|
||||
};
|
||||
|
||||
"metric-exporter" = {
|
||||
port = 9100;
|
||||
collectors = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue