feat: disable smb and enable llama

This commit is contained in:
uttarayan21
2025-08-06 12:27:15 +05:30
parent bc8ff7ba0c
commit 4be00f3108
9 changed files with 109 additions and 35 deletions

View File

@@ -17,6 +17,18 @@
LD_LIBRARY_PATH = "run/opengl-driver/lib";
HTTP_PROXY = "https://ollama.ryu.darksailor.dev";
};
package = pkgs.ollama.overrideAttrs {
version = "0.11.0";
src = pkgs.fetchFromGitHub {
owner = "ollama";
repo = "ollama";
tag = "v0.11.0";
hash = "sha256-po7BxJAj9eOpOaXsLDmw6/1RyjXPtXza0YUv0pVojZ0=";
fetchSubmodules = true;
};
doCheck = false;
vendorHash = "sha256-SlaDsu001TUW+t9WRp7LqxUSQSGDF1Lqu9M1bgILoX4=";
};
};
# open-webui = {
# enable = false;