nix-config/hosts/t480/modules/ollama.nix

11 lines
129 B
Nix
Raw Normal View History

2025-04-17 12:00:00 +01:00
{
services = {
ollama = {
2025-06-22 13:55:04 +01:00
enable = false;
2025-04-17 12:00:00 +01:00
acceleration = "rocm";
};
2025-06-22 13:55:04 +01:00
open-webui.enable = false;
2025-04-17 12:00:00 +01:00
};
}