chore: disable llama.nix service and comment in default.nix
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./homepage.nix
|
||||
./immich.nix
|
||||
# ./llama.nix
|
||||
# ./immich.nix
|
||||
./lldap.nix
|
||||
./monitoring.nix
|
||||
./nextcloud.nix
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
# package = pkgs.ik_llama;
|
||||
};
|
||||
ollama = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
loadModels = [
|
||||
"deepseek-r1:7b"
|
||||
"deepseek-r1:14b"
|
||||
|
||||
Reference in New Issue
Block a user