mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Prom-MC
This commit is contained in:
parent
85602e867b
commit
a2a01eb868
3 changed files with 43 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue