chore: Disable hack for Minecraft optimization on VPS

This commit is contained in:
Tristan Daniël Maat 2025-11-20 00:22:32 +08:00
parent 86a8df5004
commit eef7f004b3
Signed by: tlater
GPG key ID: 02E935006CF2E8E7

View file

@ -34,13 +34,6 @@
settings.trusted-users = [ "@wheel" ];
};
# Optimization for minecraft servers, see:
# https://bugs.mojang.com/browse/MC-183518
boot.kernelParams = [
"highres=off"
"nohz=off"
];
networking = {
usePredictableInterfaceNames = false;
useDHCP = false;