{ options, lib, ...}: { options = lib.mkIf options.ollama.enable { services.ollama = { enable = true; acceleration = "rocm"; }; }; }