chore: disable llama.nix service and comment in default.nix

This commit is contained in:
uttarayan21
2025-11-03 09:56:03 +02:00
parent d93952b272
commit c32e7a81f8
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
./homepage.nix
./immich.nix
# ./llama.nix
# ./immich.nix
./lldap.nix
./monitoring.nix
./nextcloud.nix

View File

@@ -29,7 +29,7 @@
# package = pkgs.ik_llama;
};
ollama = {
enable = true;
enable = false;
loadModels = [
"deepseek-r1:7b"
"deepseek-r1:14b"