From 4fc07a7d034771705d1a750502e71f54079579b3 Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 19:23:34 +0100 Subject: [PATCH] fix chunky crash --- flake.lock | 12 ++++++------ hosts/tesla-nixos/configuration.nix | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index ec3e038..866e313 100644 --- a/flake.lock +++ b/flake.lock @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1769967932, - "narHash": "sha256-x8mQk/LjFozPoRxKxzZia5kqiPd8IjXbFt7WEEE5FO0=", + "lastModified": 1769968490, + "narHash": "sha256-z2fbTh8x8mRGCnnGgbdSk9ZzpCHrysET+tj0idpseTw=", "owner": "nix-community", "repo": "NUR", - "rev": "f0f7ad365ba7e4c35b34a82adc79418854d14ebe", + "rev": "83d89a5b2a41452e2084bdde6e0a7c254f21f10d", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1769967932, - "narHash": "sha256-x8mQk/LjFozPoRxKxzZia5kqiPd8IjXbFt7WEEE5FO0=", + "lastModified": 1769968490, + "narHash": "sha256-z2fbTh8x8mRGCnnGgbdSk9ZzpCHrysET+tj0idpseTw=", "owner": "nix-community", "repo": "NUR", - "rev": "f0f7ad365ba7e4c35b34a82adc79418854d14ebe", + "rev": "83d89a5b2a41452e2084bdde6e0a7c254f21f10d", "type": "github" }, "original": { diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 093c196..8d0f959 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -58,6 +58,7 @@ in "view-distance" = "32"; "level-type" = "tfc\:overworld"; "spawn-protection" = "0"; + "max-tick-time" = "-1"; }; jvmOpts = [ "-Xmx30G"