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 64b6fe4..bbeb41b 100644 --- a/systems/palatine-hill/ollama.nix +++ b/systems/palatine-hill/ollama.nix @@ -12,16 +12,22 @@ 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" + "deepseek-v3.2:cloud" + "minimax-m2.7:cloud" + "lfm2:24b" + "glm-4.7-flash" ]; models = vars.primary_ollama; environmentVariables = {