From 9c5aaca9617a0ddec4b65a5cdbbda5939db9b686 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 23 Mar 2026 21:37:02 -0400 Subject: [PATCH 1/2] ollama models --- systems/palatine-hill/ollama.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/systems/palatine-hill/ollama.nix b/systems/palatine-hill/ollama.nix index 64b6fe4..4af4ce6 100644 --- a/systems/palatine-hill/ollama.nix +++ b/systems/palatine-hill/ollama.nix @@ -12,16 +12,18 @@ in package = pkgs.ollama; syncModels = true; loadModels = [ - "gemma3" "deepseek-r1:latest" "deepseek-r1:1.5b" + "deepseek-r1:32b" "qwen3" #"qwen3-coder-next" "qwen3-coder" "lennyerik/zeta" - "llama3.1:8b" "qwen2.5-coder:1.5b-base" + "qwen2.5-coder:14b" "nomic-embed-text:latest" + "llama3.3:8b" + "mistral:7b" ]; models = vars.primary_ollama; environmentVariables = { From 7034b651f87afea8f5c5d0491ad076443625c1cd Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 23 Mar 2026 22:03:31 -0400 Subject: [PATCH 2/2] set world seed, add new models --- systems/palatine-hill/docker/minecraft.nix | 3 ++- systems/palatine-hill/ollama.nix | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/minecraft.nix b/systems/palatine-hill/docker/minecraft.nix index 8393331..8004927 100644 --- a/systems/palatine-hill/docker/minecraft.nix +++ b/systems/palatine-hill/docker/minecraft.nix @@ -93,10 +93,11 @@ in CF_FILENAME_MATCHER = "1.11.2"; USE_AIKAR_FLAGS = "false"; USE_MEOWICE_FLAGS = "true"; - DIFFICULTY = "hard"; + DIFFICULTY = "peaceful"; ENABLE_COMMAND_BLOCK = "true"; INIT_MEMORY = "4G"; MAX_MEMORY = "16G"; + SEED = "-7146406535839057559"; }; extraOptions = defaultOptions; log-driver = "local"; diff --git a/systems/palatine-hill/ollama.nix b/systems/palatine-hill/ollama.nix index 4af4ce6..bbeb41b 100644 --- a/systems/palatine-hill/ollama.nix +++ b/systems/palatine-hill/ollama.nix @@ -24,6 +24,10 @@ in "nomic-embed-text:latest" "llama3.3:8b" "mistral:7b" + "deepseek-v3.2:cloud" + "minimax-m2.7:cloud" + "lfm2:24b" + "glm-4.7-flash" ]; models = vars.primary_ollama; environmentVariables = {