From e71886c34e2b805c8b2c75348720422b4a037fd5 Mon Sep 17 00:00:00 2001 From: yukkop Date: Mon, 4 May 2026 10:19:38 +0000 Subject: [PATCH] feat: `lab`: +models --- nixos/system/neuro/neuro.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/system/neuro/neuro.nix b/nixos/system/neuro/neuro.nix index 88b899a..26fd32b 100644 --- a/nixos/system/neuro/neuro.nix +++ b/nixos/system/neuro/neuro.nix @@ -138,7 +138,7 @@ in { LD_LIBRARY_PATH = "${ollamaLibraryPath}:/run/opengl-driver/lib:${ollamaServiceBundledLibraryPath}"; OLLAMA_NEW_ENGINE = "true"; }; - loadModels = [ "qwen3.6:27b" "qwen3.5:9b" "gemma3:4b" ]; + loadModels = [ "qwen3.6:27b" "qwen3.5:9b" "gemma3:4b" "gpt-oss:20b" ]; openFirewall = false; };