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; };