From 531f4efc52b68e0b23114723be3344ee98fca58f Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 21 Jun 2025 13:05:46 -0500 Subject: [PATCH] resart timer, get rid of bash --- nixos/configuration.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 95732d0..4f6579f 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -110,17 +110,7 @@ motd = "Dumble Server"; allow-cheats = true; }; - jvmOpts = '' - -Xms16G - -Xmx16G - -XX:+UseG1GC - -XX:+UnlockExperimentalVMOptions - -XX:G1NewSizePercent=20 - -XX:G1ReservePercent=20 - -XX:MaxGCPauseMillis=50 - -XX:G1HeapRegionSize=32M - -Djava.net.preferIPv4Stack=true - ''; + jvmOpts = "-Xms16G -Xmx16G -XX:+UseG1GC -Djava.net.preferIPv4Stack=true"; }; # ================================ #