This commit is contained in:
Kat Inskip 2023-08-14 09:24:57 -07:00
parent 85602e867b
commit a2a01eb868
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 43 additions and 34 deletions

View file

@ -13,7 +13,7 @@
servers.arkamew = let
modpack = inputs.minecraft.legacyPackages.${pkgs.system}.fetchPackwizModpack {
url = "https://github.com/kittywitch/arka-modpack/raw/main/pack.toml";
packHash = "sha256-5JbJvoVd+YxAS+EIFsXHuG5ZqVGxEgf2AjQOLSuG99U=";
packHash = "sha256-4Fa8xB0CpeANzjRg7B0RUEHepJvnVGFfgTPq7NLa8mM=";
manifestHash = "sha256:17lg9syx1ddggyq2h8a92frg4lpr2xc7ryh30bniv9dhymr0vc23";
side = "both";
};
@ -28,6 +28,7 @@
katrynn = "356d8cf2-246a-4c07-b547-422aea06c0ab";
arcnmx = "e9244315-848c-424a-b004-ae5305449fee";
};
jvmOpts = "-Xmx4G -Xms1G";
serverProperties = {
server-port = 25565;
gamemode = 0;

View file

@ -38,6 +38,14 @@
}
];
}
{
job_name = "${config.networking.hostName}-minecraft";
static_configs = [
{
targets = ["127.0.0.1:25585"];
}
];
}
{
job_name = "${config.networking.hostName}";
static_configs = [