chore: Disable hack for Minecraft optimization on VPS
This commit is contained in:
parent
6bedb95929
commit
6a172bc574
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue