update modpack and add me as an op
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 31s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 31s
This commit is contained in:
parent
6a106d606c
commit
70fa579331
1 changed files with 9 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
ram-allocation-mb = 12288;
|
ram-allocation-mb = 12288;
|
||||||
rcon-pass = "howdy";
|
rcon-pass = "howdy";
|
||||||
modpack = let
|
modpack = let
|
||||||
commit = "c7d1a2d8d181104707dd549fc65fffda956b8f40";
|
commit = "81067d9cea4e3c48acceb42c8c62c252ab1bd3b2";
|
||||||
in pkgs.fetchPackwizModpack {
|
in pkgs.fetchPackwizModpack {
|
||||||
packHash = "sha256-h/hQalxd8C5D5LADgsok3bMeQSb2Bgpg6UIbZWM0fw8=";
|
packHash = "";
|
||||||
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";
|
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -33,6 +33,13 @@ in {
|
||||||
restart = "always";
|
restart = "always";
|
||||||
enableReload = false;
|
enableReload = false;
|
||||||
|
|
||||||
|
operators."satr14" = {
|
||||||
|
uuid = "54441a30-fe73-46e7-adca-c476bd4fc6d2";
|
||||||
|
bypassesPlayerLimit = true;
|
||||||
|
level = 4;
|
||||||
|
};
|
||||||
|
# ^^ DISABLE ON PROD
|
||||||
|
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
server-port = 25565;
|
server-port = 25565;
|
||||||
server-name = "Minecraft Server";
|
server-name = "Minecraft Server";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue