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 b63c823577
commit de9eb4b136
Signed by: tlater
GPG key ID: 02E935006CF2E8E7

View file

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