🤖 Added Ollama

This commit is contained in:
2025-01-06 18:25:52 +01:00
parent 5a4bc7ce31
commit 5fa27621dd

View File

@ -31,4 +31,9 @@
setSocketVariable = true;
};
};
services.ollama = {
enable = true;
acceleration = "cuda";
};
}