diff --git a/configuration/default.nix b/configuration/default.nix index 1be5e12..1b10a15 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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;