3 Commits

Author SHA1 Message Date
5e9a247b9e update flake lock, swap off of adb and nixfmt-rfc-style
Some checks failed
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m42s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
2026-01-16 18:05:33 -05:00
b1cb79e39f Merge pull request 'update pii' (#174) from feature/pii into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 12s
Check Nix flake / Perform Nix flake checks (push) Successful in 3m38s
Reviewed-on: #174
2026-01-16 12:55:57 -05:00
0745540839 update pii
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 15s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m51s
2026-01-16 12:51:38 -05:00

View File

@@ -23,9 +23,16 @@ let
STOP_DURATION = "600"; STOP_DURATION = "600";
SYNC_CHUNK_WRITES = "false"; SYNC_CHUNK_WRITES = "false";
USE_AIKAR_FLAGS = "true"; USE_AIKAR_FLAGS = "true";
MEMORY = "8GB"; MEMORY = "12GB";
ALLOW_FLIGHT = "true"; ALLOW_FLIGHT = "true";
MAX_TICK_TIME = "-1"; MAX_TICK_TIME = "-1";
ENABLE_RCON = "true";
TZ = "America/New_York";
REGION_FILE_COMPRESSION = "none";
OPS = ''
magpiecat
chesiregirl1105
'';
}; };
defaultOptions = [ defaultOptions = [
@@ -84,12 +91,15 @@ in
MODRINTH_VERSION = "3.9.14hf"; MODRINTH_VERSION = "3.9.14hf";
USE_AIKAR_FLAGS = "false"; USE_AIKAR_FLAGS = "false";
USE_MEOWICE_FLAGS = "true"; USE_MEOWICE_FLAGS = "true";
USE_MEOWICE_GRAALVM_FLAGS = "true";
DIFFICULTY = "hard"; DIFFICULTY = "hard";
ENABLE_COMMAND_BLOCK = "true"; ENABLE_COMMAND_BLOCK = "true";
}; };
extraOptions = defaultOptions; extraOptions = defaultOptions;
log-driver = "local"; log-driver = "local";
}; };
#stop_signal: SIGTERM
#stop_grace_period: 5m
# bcg-plus = { # bcg-plus = {
# image = "itzg/minecraft-server:java17"; # image = "itzg/minecraft-server:java17";
# volumes = [ # volumes = [