From 3bccdc6382537f03179951b3f314823921816bf6 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Mon, 4 May 2026 12:53:11 -0400 Subject: [PATCH] chore(llama-swap): disable GENESIS_ENABLE_P85 --- modules/nixos/services/llama-swap/config.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/nixos/services/llama-swap/config.nix b/modules/nixos/services/llama-swap/config.nix index 5a88a15..d0ae157 100644 --- a/modules/nixos/services/llama-swap/config.nix +++ b/modules/nixos/services/llama-swap/config.nix @@ -175,7 +175,6 @@ in -e GENESIS_PROFILE_RUN_CAP_M=4128 \ -e GENESIS_ENABLE_P74_CHUNK_CLAMP=1 \ -e GENESIS_ENABLE_P83=1 \ - -e GENESIS_ENABLE_P85=1 \ -e GENESIS_ENABLE_P87=1 \ -e GENESIS_ENABLE_P91=1 \ -e GENESIS_ENABLE_P94=1 \ @@ -312,7 +311,6 @@ in -e GENESIS_PROFILE_RUN_CAP_M=4128 \ -e GENESIS_ENABLE_P74_CHUNK_CLAMP=1 \ -e GENESIS_ENABLE_P83=1 \ - -e GENESIS_ENABLE_P85=1 \ -e GENESIS_ENABLE_P87=1 \ -e GENESIS_ENABLE_P91=1 \ -e GENESIS_ENABLE_P94=1 \