From 0dd0277755e0aacebd786d37b06c6bccecabb4d2 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 20 Jun 2026 15:05:20 +0700 Subject: [PATCH 1/2] add extension --- modules/home/core/browser.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/core/browser.nix b/modules/home/core/browser.nix index 6cf4809..b4a0f82 100644 --- a/modules/home/core/browser.nix +++ b/modules/home/core/browser.nix @@ -12,6 +12,7 @@ "cebifddlogbjhoibpjobhlamopmlpckl" # disable page visibility "efknglbfhoddmmfabeihlemgekhhnabb" # json viewer "bhchdcejhohfmigjafbampogmaanbfkg" # user agent switcher + "bbppejejjfancffmhncgkhjdaikdgagc" # undisposition "ocabkmapohekeifbkoelpmppmfbcibna" # xoom redirector "fkagelmloambgokoeokbpihmgpkbgbfm" # indie wiki buddy From bb99c22324842a81a169416cd30a3e7690499085 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 20 Jun 2026 15:05:41 +0700 Subject: [PATCH 2/2] remove non effective flags --- modules/system/homelab/mc.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index 5342df8..f320d31 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -121,8 +121,6 @@ in { "-XX:+PerfDisableSharedMem" # Disables constant /tmp writes for JVM metrics "-XX:ZAllocationSpikeTolerance=5" # Helps when server is active with many players "-XX:SoftMaxHeapSize=${toString (ram-allocation-mb - 2048)}M" # Leave 2GB headroom - "-XX:ZCollectionInterval=1" # Force a GC cycle at minimum every second - "-XX:ConcGCThreads=8" # Threads ZGC uses for concurrent work ]; in lib.concatStringsSep " " flags; }; };