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

11 lines
127 B
Nix
Raw Normal View History

2025-04-17 12:00:00 +01:00
{
services = {
ollama = {
enable = true;
acceleration = "rocm";
};
open-webui.enable = true;
};
}