From da999fc37b93aa6e0b6de0c54ef827a1bc662b80 Mon Sep 17 00:00:00 2001 From: yukkop Date: Mon, 4 May 2026 05:41:25 +0000 Subject: [PATCH] feat: `lab`: configure olama models --- nixos/system/neuro/neuro.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/system/neuro/neuro.nix b/nixos/system/neuro/neuro.nix index c9b5583..88b899a 100644 --- a/nixos/system/neuro/neuro.nix +++ b/nixos/system/neuro/neuro.nix @@ -138,6 +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" ]; openFirewall = false; };