nix-config/hosts/t480/ollama.nix
Oliver Davies 8732ff783d
All checks were successful
/ check (push) Successful in 1m39s
Refactor
2025-07-02 22:17:28 +01:00

10 lines
129 B
Nix

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