Add tor Browser

This commit is contained in:
2025-10-08 22:36:01 +02:00
parent f3300382c3
commit 2ca9cac5c7
3 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,12 @@
services.ollama = {
enable = true;
acceleration = "cuda";
environmentVariables = {
OLLAMA_FLASH_ATTENTION = "1"; # ← Flash Attention
OLLAMA_NUM_PARALLEL = "2"; # ← Requêtes parallèles
OLLAMA_MAX_LOADED_MODELS = "1"; # ← Garder 2 modèles en VRAM
OLLAMA_KEEP_ALIVE = "5m";
};
};
services.open-webui = {