nix-config/hosts/t480/modules/ollama.nix
Oliver Davies b691b02deb
All checks were successful
/ check (push) Successful in 1m28s
flake update
2025-06-22 14:44:00 +01:00

10 lines
129 B
Nix

{
services = {
ollama = {
enable = false;
acceleration = "rocm";
};
open-webui.enable = false;
};
}